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 @@
# Move your focus around
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# Move the focused window
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right