AutoYADM commit: 2025-02-26 10:40:18

This commit is contained in:
Daniel Fichtinger 2025-02-26 10:40:18 -05:00
parent 92c8713e50
commit 1208eb4165
2 changed files with 20 additions and 6 deletions

View file

@ -20,7 +20,7 @@ input {
// dwt // dwt
// dwtp // dwtp
// drag-lock // drag-lock
natural-scroll // natural-scroll
// accel-speed 0.2 // accel-speed 0.2
// accel-profile "flat" // accel-profile "flat"
scroll-method "two-finger" scroll-method "two-finger"
@ -75,7 +75,7 @@ layout {
// - "always", the focused column will always be centered. // - "always", the focused column will always be centered.
// - "on-overflow", focusing a column will center it if it doesn't fit // - "on-overflow", focusing a column will center it if it doesn't fit
// together with the previously focused column. // together with the previously focused column.
center-focused-column "on-overflow" center-focused-column "never"
// You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between.
preset-column-widths { preset-column-widths {
@ -239,6 +239,7 @@ animations {
// Slow down all animations by this factor. Values below 1 speed them up instead. // Slow down all animations by this factor. Values below 1 speed them up instead.
// slowdown 3.0 // slowdown 3.0
slowdown 0.7
} }
// Window rules let you adjust behavior for individual windows. // Window rules let you adjust behavior for individual windows.
@ -273,7 +274,7 @@ window-rule {
// Example: block out two password managers from screen capture. // Example: block out two password managers from screen capture.
// (This example rule is commented out with a "/-" in front.) // (This example rule is commented out with a "/-" in front.)
/-window-rule { window-rule {
match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.keepassxc\.KeePassXC$"#
match app-id=r#"^org\.gnome\.World\.Secrets$"# match app-id=r#"^org\.gnome\.World\.Secrets$"#
match app-id=r#"^Bitwarden$"# match app-id=r#"^Bitwarden$"#
@ -320,7 +321,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker. // Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return { spawn "footclient"; } Mod+Return { spawn "footclient"; }
Mod+D { spawn "fuzzel" "--hide-before-typing" "-I" "--placeholder=Select an application:"; } Mod+D { spawn "fuzzel" "--hide-before-typing" "-I" "--placeholder=Select an application:"; }
Mod+Ctrl+semicolon { spawn "swaylock"; } Mod+Ctrl+semicolon { spawn "swaylock" "-c" "121212" "-e" "-f" "-F"; }
// You can also use a shell. Do this if you need pipes, multiple commands, etc. // You can also use a shell. Do this if you need pipes, multiple commands, etc.
// Note: the entire command goes as a single argument in the end. // Note: the entire command goes as a single argument in the end.

View file

@ -18,9 +18,22 @@
"sway/window": { "sway/window": {
"max-length": 50 "max-length": 50
}, },
// "niri/workspaces": {
// "disable-scroll": false,
// },
"niri/workspaces": { "niri/workspaces": {
"disable-scroll": false, "format": "{icon}",
}, "format-icons": {
// Named workspaces
// (you need to configure them in niri)
"browser": "",
"discord": "",
"chat": "<b></b>",
// Icons by state
"active": "",
"default": ""
}
}
// "sway/workspaces": { // "sway/workspaces": {
// "disable-scroll" : false, // "disable-scroll" : false,
// }, // },