28 lines
771 B
Nix
28 lines
771 B
Nix
# hyprlang
|
|
''
|
|
bind = SUPER, h, bringactivetotop
|
|
bind = SUPER, j, bringactivetotop
|
|
bind = SUPER, k, bringactivetotop
|
|
bind = SUPER, l, bringactivetotop
|
|
|
|
bind = SUPER, h, movefocus, l
|
|
bind = SUPER, j, movefocus, d
|
|
bind = SUPER, k, movefocus, u
|
|
bind = SUPER, l, movefocus, r
|
|
|
|
bind = SUPER ALT, h, swapwindow, l
|
|
bind = SUPER ALT, j, swapwindow, d
|
|
bind = SUPER ALT, k, swapwindow, u
|
|
bind = SUPER ALT, l, swapwindow, r
|
|
|
|
bind = SUPER CTRL, h, moveactive, l
|
|
bind = SUPER CTRL, j, moveactive, d
|
|
bind = SUPER CTRL, k, moveactive, u
|
|
bind = SUPER CTRL, l, moveactive, r
|
|
|
|
bind = SUPER SHIFT, h, resizeactive, -20 0
|
|
bind = SUPER SHIFT, j, resizeactive, 0 20
|
|
bind = SUPER SHIFT, k, resizeactive, 0 -20
|
|
bind = SUPER SHIFT, l, resizeactive, 20 0
|
|
''
|