Files
dotfiles/.config/sway/config.d/70-keybinding-mode-resize.conf
2023-09-19 12:31:12 +02:00

11 lines
276 B
Plaintext

mode "resize" {
bindsym Left resize shrink width 10px
bindsym Down resize grow height 10px
bindsym Up resize shrink height 10px
bindsym Right resize grow width 10px
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"