Commit 378364e5f0f4

Vincent Demeester <vincent@sbr.pm>
2026-02-26 11:25:08
niri: swapped Mod+D and Mod+Shift+D keybindings
Raffi (app launcher with frecency) is now on Mod+D and fuzzel on Mod+Shift+D, making the more-used launcher easier to reach.
1 parent 91c0f86
Changed files (1)
dots
config
dots/config/niri/config.kdl
@@ -197,8 +197,8 @@ binds {
     Mod+Shift+Return hotkey-overlay-title="Open Emacs (client)" { spawn "emacsclient" "-c"; }
     Mod+Control+Return hotkey-overlay-title="Open Emacs" { spawn "emacs"; }
     Mod+Control+Alt+Return hotkey-overlay-title="Open Emacs Anywhere" { spawn "emacsclient" "-eval" "(vde/type)"; }
-    Mod+D hotkey-overlay-title="Run an Application" { spawn "fuzzel"; }
-    Mod+Shift+D hotkey-overlay-title="Run Raffi" { spawn "raffi"; }
+    Mod+Shift+D hotkey-overlay-title="Run an Application" { spawn "fuzzel"; }
+    Mod+D hotkey-overlay-title="Run Raffi" { spawn "raffi"; }
     Mod+F3 hotkey-overlay-title="Voice-to-text (Push-to-talk)" { spawn "voxtype" "record" "toggle"; }
     // FIXME do not use nix run, but needs niri configuration
     Mod+Control+D hotkey-overlay-title="Emoji picker" { spawn "rofimoji" "--selector" "fuzzel" "--clipboarder" "wl-copy" "--typer" "wtype" "--action" "type" "copy"; }