diff --git a/.config/sway/config b/.config/sway/config index f5fe23c..4efc46b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -76,12 +76,20 @@ input * { bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right + bindsym $mod+Left focus left + bindsym $mod+Down focus down + bindsym $mod+Up focus up + bindsym $mod+Right focus right # Move the focused window with the same, but add Shift bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right + bindsym $mod+Shift+Left move left + bindsym $mod+Shift+Down move down + bindsym $mod+Shift+Up move up + bindsym $mod+Shift+Right move right # # Workspaces: #