adds new functionality
- gamemode for steam - sessionizer fix - fixes keybinds for moving column up/down in niri - tmux statusline fix
This commit is contained in:
parent
f6c31436fd
commit
ef25f95cea
4 changed files with 5 additions and 5 deletions
|
|
@ -326,8 +326,8 @@ binds {
|
|||
Mod+L { focus-column-right; }
|
||||
|
||||
Mod+Shift+H { move-column-left; }
|
||||
Mod+Shift+J { move-window-down; }
|
||||
Mod+Shift+K { move-window-up; }
|
||||
Mod+Shift+J { move-column-to-workspace-down; }
|
||||
Mod+Shift+K { move-column-to-workspace-up; }
|
||||
Mod+Shift+L { move-column-right; }
|
||||
|
||||
Mod+A { focus-column-first; }
|
||||
|
|
@ -340,7 +340,6 @@ binds {
|
|||
Mod+Ctrl+D { move-column-to-workspace-down; }
|
||||
Mod+Ctrl+U { move-column-to-workspace-up; }
|
||||
|
||||
|
||||
Mod+Shift+Page_Down { move-workspace-down; }
|
||||
Mod+Shift+Page_Up { move-workspace-up; }
|
||||
Mod+Shift+U { move-workspace-down; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue