revamped setup
This commit is contained in:
parent
8f13d0a017
commit
e7d7db79e6
32 changed files with 358 additions and 830 deletions
|
|
@ -8,7 +8,7 @@ bind = $mainMod, V, togglefloating,
|
|||
bind = $mainMod, D, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, S, togglesplit, # dwindle
|
||||
bind = $mainMod SHIFT, L, exec, swaylock
|
||||
bind = $mainMod SHIFT, Q, exec, swaylock
|
||||
bind = , PRINT, exec, hyprshot -m region --clipboard-only
|
||||
|
||||
bind = $mainMod, h, movefocus, l
|
||||
|
|
@ -43,6 +43,11 @@ bind = $mainMod CTRL, h, resizeactive, -10 0
|
|||
bind = $mainMod CTRL, k, resizeactive, 0 -10
|
||||
bind = $mainMod CTRL, j, resizeactive, 0 10
|
||||
|
||||
bind = $mainMod SHIFT, l, movewindow, r
|
||||
bind = $mainMod SHIFT, h, movewindow, l
|
||||
bind = $mainMod SHIFT, k, movewindow, u
|
||||
bind = $mainMod SHIFT, j, movewindow, d
|
||||
|
||||
bind = $mainMod, b, exec, firefox
|
||||
bind = $mainMod, c, exec, telegram-desktop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue