Sway initial config
This commit is contained in:
11
.config/sway/config.d/70-keybinding-moving.conf
Normal file
11
.config/sway/config.d/70-keybinding-moving.conf
Normal 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
|
Reference in New Issue
Block a user