Sway initial config

This commit is contained in:
2023-09-19 12:31:12 +02:00
parent 39597b0936
commit f019be7c5b
8 changed files with 195 additions and 0 deletions

View 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"