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
// dwtp
// drag-lock
natural-scroll
// natural-scroll
// accel-speed 0.2
// accel-profile "flat"
scroll-method "two-finger"
@ -75,7 +75,7 @@ layout {
// - "always", the focused column will always be centered.
// - "on-overflow", focusing a column will center it if it doesn't fit
// 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.
preset-column-widths {
@ -239,6 +239,7 @@ animations {
// Slow down all animations by this factor. Values below 1 speed them up instead.
// slowdown 3.0
slowdown 0.7
}
// Window rules let you adjust behavior for individual windows.
@ -273,7 +274,7 @@ window-rule {
// Example: block out two password managers from screen capture.
// (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\.gnome\.World\.Secrets$"#
match app-id=r#"^Bitwarden$"#
@ -320,7 +321,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return { spawn "footclient"; }
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.
// Note: the entire command goes as a single argument in the end.