⚙️ config(hypr): moved some binding declarations
This commit is contained in:
parent
0280f7fff6
commit
3473496039
1 changed files with 4 additions and 4 deletions
|
@ -82,6 +82,10 @@ bind = SUPERSHIFT, L, movewindow, r
|
||||||
bind = SUPERSHIFT, K, movewindow, u
|
bind = SUPERSHIFT, K, movewindow, u
|
||||||
bind = SUPERSHIFT, J, movewindow, d
|
bind = SUPERSHIFT, J, movewindow, d
|
||||||
|
|
||||||
|
# Center and split
|
||||||
|
bind = SUPER, S, togglesplit
|
||||||
|
bind = SUPER, C, exec, hyprctl dispatch centerwindow 1
|
||||||
|
|
||||||
## Workspaces
|
## Workspaces
|
||||||
# Focusing other workspaces
|
# Focusing other workspaces
|
||||||
bind = SUPER, 1, exec, hyprsome workspace 1
|
bind = SUPER, 1, exec, hyprsome workspace 1
|
||||||
|
@ -130,14 +134,10 @@ bind = SUPERCTRL, RIGHT, workspace,m+1
|
||||||
bind = SUPERCTRL, H, workspace,m-1
|
bind = SUPERCTRL, H, workspace,m-1
|
||||||
bind = SUPERCTRL, L, workspace,m+1
|
bind = SUPERCTRL, L, workspace,m+1
|
||||||
|
|
||||||
# Center a window
|
|
||||||
bind = SUPER, C, exec, hyprctl dispatch centerwindow 1
|
|
||||||
|
|
||||||
# Group control
|
# Group control
|
||||||
bind = SUPERSHIFT, 51, exec, pypr expose # Backslash
|
bind = SUPERSHIFT, 51, exec, pypr expose # Backslash
|
||||||
bind = SUPERSHIFT, 48, togglespecialworkspace, minimized # Single quote
|
bind = SUPERSHIFT, 48, togglespecialworkspace, minimized # Single quote
|
||||||
bind = SUPER, 48, exec, pypr toggle_minimized # Single quote
|
bind = SUPER, 48, exec, pypr toggle_minimized # Single quote
|
||||||
bind = SUPER, S, togglesplit
|
|
||||||
bind = SUPER, G, togglegroup
|
bind = SUPER, G, togglegroup
|
||||||
bind = ALT, TAB, changegroupactive
|
bind = ALT, TAB, changegroupactive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue