AutoYADM commit: 2025-02-25 19:30:12

This commit is contained in:
Daniel Fichtinger 2025-02-25 19:30:12 -05:00
parent a5e863e0b0
commit f148dbf557

View file

@ -114,7 +114,7 @@ layout {
// off // off
// How many logical pixels the ring extends out from the windows. // How many logical pixels the ring extends out from the windows.
width 4 width 1
// Colors can be set in a variety of ways: // Colors can be set in a variety of ways:
// - CSS named colors: "red" // - CSS named colors: "red"
@ -299,7 +299,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"; }
// 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.