From 0064ae38c5aa6927220b809d9a31f570c18e1300 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 28 Jan 2026 17:03:58 +0100 Subject: [PATCH] niri: Replace calestia with dms --- tree/.config/niri/config.kdl.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }