niri: Replace calestia with dms

This commit is contained in:
2026-01-28 17:03:58 +01:00
parent 5e7c193a28
commit 0064ae38c5

View File

@@ -129,7 +129,7 @@ layout {
spawn-at-startup "hyprpaper" spawn-at-startup "hyprpaper"
spawn-at-startup "swayidle" "-w" // ~/.config/swayidle/config 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. // 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. // If the client will specifically ask for CSD, the request will be honored.
@@ -338,7 +338,7 @@ binds {
Mod+Plus { spawn "loginctl" "lock-session"; } Mod+Plus { spawn "loginctl" "lock-session"; }
// TODO: why do i have to use spawn-sh? // 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: // You can also use a shell:
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; } // Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }