Sway initial config
This commit is contained in:
11
.config/sway/config.d/70-keybinding-mode-resize.conf
Normal file
11
.config/sway/config.d/70-keybinding-mode-resize.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
Reference in New Issue
Block a user