mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-16 20:46:08 +01:00
chore: keymap
This commit is contained in:
@@ -57,6 +57,11 @@ bind= $mainMod, tab, changegroupactive
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
# Resize window with mainMod + CTRL + up, down, left, right
|
||||
bind = $mainMod CTRL, right, resizeactive, 25 0
|
||||
bind = $mainMod CTRL, left, resizeactive, -25 0
|
||||
bind = $mainMod CTRL, up, resizeactive, 0 -25
|
||||
bind = $mainMod CTRL, down, resizeactive, 0 25
|
||||
#
|
||||
# Media keys
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user