mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-08-09 04:31:44 +02:00
Update niri settings for keybindings
This commit is contained in:
+13
-13
@@ -9,7 +9,7 @@ binds {
|
||||
//Mod+Shift+ESCAPE { show-hotkey-overlay; }
|
||||
|
||||
Mod+h { show-hotkey-overlay; }
|
||||
Mod+Shift+S { spawn-sh "flameshot gui"; }
|
||||
Mod+Shift+S { spawn-sh "grim -g \"$(slurp)\" - | satty --filename - -o ~/Pictures/Screenshots/satty-%Y%m%d-%H%M%S.png --copy-command wl-copy --actions-on-enter save-to-clipboard --save-after-copy"; }
|
||||
|
||||
// ─── Applications ───
|
||||
Alt+Return hotkey-overlay-title="Open Terminal: Alacritty" { spawn "alacritty"; }
|
||||
@@ -102,22 +102,22 @@ binds {
|
||||
// Mod+CTRL+Shift+WheelScrollDown { move-column-right; }
|
||||
// Mod+CTRL+Shift+WheelScrollUp { move-column-left; }
|
||||
|
||||
Alt+1 { focus-workspace 1; }
|
||||
Alt+2 { focus-workspace 2; }
|
||||
Alt+3 { focus-workspace 3; }
|
||||
Alt+4 { focus-workspace 4; }
|
||||
Alt+5 { focus-workspace 5; }
|
||||
Alt+6 { focus-workspace 6; }
|
||||
Alt+1 { focus-workspace "1"; }
|
||||
Alt+2 { focus-workspace "2"; }
|
||||
Alt+3 { focus-workspace "3"; }
|
||||
Alt+4 { focus-workspace "4"; }
|
||||
Alt+5 { focus-workspace "5"; }
|
||||
Alt+6 { focus-workspace "6"; }
|
||||
Alt+7 { focus-workspace 7; }
|
||||
Alt+8 { focus-workspace 8; }
|
||||
Alt+9 { focus-workspace 9; }
|
||||
|
||||
Alt+Shift+1 { move-column-to-workspace 1; }
|
||||
Alt+Shift+2 { move-column-to-workspace 2; }
|
||||
Alt+Shift+3 { move-column-to-workspace 3; }
|
||||
Alt+Shift+4 { move-column-to-workspace 4; }
|
||||
Alt+Shift+5 { move-column-to-workspace 5; }
|
||||
Alt+Shift+6 { move-column-to-workspace 6; }
|
||||
Alt+Shift+1 { move-column-to-workspace "1"; }
|
||||
Alt+Shift+2 { move-column-to-workspace "2"; }
|
||||
Alt+Shift+3 { move-column-to-workspace "3"; }
|
||||
Alt+Shift+4 { move-column-to-workspace "4"; }
|
||||
Alt+Shift+5 { move-column-to-workspace "5"; }
|
||||
Alt+Shift+6 { move-column-to-workspace "6"; }
|
||||
Alt+Shift+7 { move-column-to-workspace 7; }
|
||||
Alt+Shift+8 { move-column-to-workspace 8; }
|
||||
Alt+Shift+9 { move-column-to-workspace 9; }
|
||||
|
||||
Reference in New Issue
Block a user