From f148dbf557754a24b590a2ca2be937804ecafad5 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 25 Feb 2025 19:30:12 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-25 19:30:12 --- .config/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.