diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 50a09917..4220517a 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -114,7 +114,7 @@ layout { // off // How many logical pixels the ring extends out from the windows. - width 4 + width 1 // Colors can be set in a variety of ways: // - CSS named colors: "red" @@ -299,7 +299,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+D { spawn "fuzzel" "--hide-before-typing" "-I" "--placeholder='Select an application:'"; } Mod+Ctrl+semicolon { spawn "swaylock"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc.