mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-16 17:33:54 +02:00
wm/niri: Add keybinds for focussing monitors
This commit is contained in:
parent
71c192cf3f
commit
13918fae2b
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
|
|||
set-column-width
|
||||
set-window-height
|
||||
screenshot
|
||||
focus-monitor-right
|
||||
focus-monitor-left
|
||||
;
|
||||
in
|
||||
{
|
||||
|
|
@ -165,6 +167,8 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
|
|||
"Mod+Shift+Right".action = move-column-right;
|
||||
"Mod+Shift+Up".action = move-window-up-or-to-workspace-up;
|
||||
"Mod+Shift+Down".action = move-window-down-or-to-workspace-down;
|
||||
"Mod+Alt+Left".action = focus-monitor-left;
|
||||
"Mod+Alt+Right".action = focus-monitor-right;
|
||||
|
||||
"Mod+Ctrl+Left".action = move-column-to-monitor-left;
|
||||
"Mod+Ctrl+Right".action = move-column-to-monitor-right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue