diff --git a/tree/.config/niri/config.kdl.tpl b/tree/.config/niri/config.kdl.tpl index 4647f48..10fc93d 100644 --- a/tree/.config/niri/config.kdl.tpl +++ b/tree/.config/niri/config.kdl.tpl @@ -129,7 +129,7 @@ layout { spawn-at-startup "hyprpaper" spawn-at-startup "swayidle" "-w" // ~/.config/swayidle/config -spawn-at-startup "qs" "-p" "/etc/quickshell/niri-caelestia-shell" +spawn-at-startup "dms" "run" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. @@ -338,7 +338,7 @@ binds { Mod+Plus { spawn "loginctl" "lock-session"; } // TODO: why do i have to use spawn-sh? - Mod+D { spawn "qs" "-p" "/etc/quickshell/niri-caelestia-shell" "ipc" "call" "drawers" "toggle" "launcher"; } + Mod+D { spawn "dms" "ipc" "call" "widget" "toggle" "launcherButton"; } // You can also use a shell: // Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }