summaryrefslogtreecommitdiff
path: root/niri/cfg/keybinds.kdl
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-02-21 20:32:13 +0530
committerryukamish <[email protected]>2026-02-21 20:32:13 +0530
commitdaf3d900cf85fd76a6c117a0067ccbf500324d1f (patch)
tree5586de187f237a1afd272d630edcc4219b738545 /niri/cfg/keybinds.kdl
parent483c0e53ade8b63b9f8abe9257f2212aca96ec69 (diff)
feat: moved to DMS
Diffstat (limited to 'niri/cfg/keybinds.kdl')
-rw-r--r--niri/cfg/keybinds.kdl18
1 files changed, 9 insertions, 9 deletions
diff --git a/niri/cfg/keybinds.kdl b/niri/cfg/keybinds.kdl
index 2a0cc42..7943b47 100644
--- a/niri/cfg/keybinds.kdl
+++ b/niri/cfg/keybinds.kdl
@@ -5,14 +5,14 @@ binds {
// ALT+Space hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+E hotkey-overlay-title="File manager: nautilus" { spawn "nautilus"; }
Mod+B hotkey-overlay-title="Browser: zen" { spawn "zen-browser"; }
- Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
- // ----------- Noctalia shell keybinds ------------
- ALT+Space hotkey-overlay-title="Run an Application: noctalia launcher" { spawn-sh "qs -c noctalia-shell ipc call launcher toggle"; }
+ Super+Alt+L hotkey-overlay-title="Lock the Screen: DMS lock" { spawn-sh "dms ipc call lock lock"; }
+ // ----------- DMS shell keybinds ------------
+ ALT+Space hotkey-overlay-title="Run an Application: DMS launcher" { spawn-sh "dms ipc call launcher toggle"; }
// Require `cliphist` package
- Mod+Alt+V hotkey-overlay-title="Clipboard: noctalia clipboard" { spawn-sh "qs -c noctalia-shell ipc call launcher clipboard"; }
- Mod+P hotkey-overlay-title="Session manager: noctalia session" { spawn-sh "qs -c noctalia-shell ipc call sessionMenu toggle"; }
- Mod+Period hotkey-overlay-title="Session manager: noctalia session" { spawn-sh "qs -c noctalia-shell ipc call launcher emoji"; }
- Mod+W hotkey-overlay-title="Wallpaper Selector: noctalia wallpaper" { spawn-sh "qs -c noctalia-shell ipc call wallpaper toggle"; }
+ Mod+Alt+V hotkey-overlay-title="Clipboard: DMS clipboard" { spawn-sh "dms ipc call launcher clipboard"; }
+ Mod+P hotkey-overlay-title="Session manager: DMS session" { spawn-sh "dms ipc call powermenu toggle"; }
+ Mod+Period hotkey-overlay-title="Session manager: DMS emoji" { spawn-sh "dms ipc call spotlight toggleQuery ':e'"; }
+ // Mod+W hotkey-overlay-title="Wallpaper Selector: DMS wallpaper" { spawn-sh "dms ipc call wallpaper toggle"; }
// "-l 1.0" limits the volume to 100%.
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.0"; }
@@ -132,8 +132,8 @@ binds {
Mod+Shift+Equal { set-window-height "+5%"; }
// Move the focused window between the floating and the tiling layout.
- Mod+V { toggle-window-floating; }
- Mod+Shift+V { switch-focus-between-floating-and-tiling; }
+ Mod+X { toggle-window-floating; }
+ Mod+Shift+X { switch-focus-between-floating-and-tiling; }
Print { screenshot; }
Ctrl+Print { screenshot-screen; }