diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 13:36:15 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 13:36:15 +0200 |
| commit | 77f548bb1c1e31b465c30a57972f489520609008 (patch) | |
| tree | 53cf397ce091766a531f606dd189578c16ac7c2f | |
| parent | d183f863552bcc59d3400ba20dcdb84109343846 (diff) | |
Added color picker, emoji and alt tab keybinds
| -rw-r--r-- | home/rices/finals/niri/kdl/binds.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/rices/finals/niri/kdl/binds.kdl b/home/rices/finals/niri/kdl/binds.kdl index 33560d7..544e21e 100644 --- a/home/rices/finals/niri/kdl/binds.kdl +++ b/home/rices/finals/niri/kdl/binds.kdl @@ -2,6 +2,8 @@ binds { // spawn Mod+Return repeat=false { spawn "alacritty"; } Mod+D repeat=false { spawn "fuzzel"; } + Mod+M repeat=false { spawn "hyprpicker"; } + Mod+I repeat=false { spawn "bemoji" "-n"; } Mod+N repeat=false { spawn "firefox"; } // session @@ -36,6 +38,7 @@ binds { Mod+R { switch-preset-column-width; } Mod+Space { toggle-overview; } + Alt+Tab { toggle-overview; } Mod+V { toggle-window-floating; } // workspaces |
