diff --git a/sway_config b/sway_config index 869ad4f..18e5e78 100644 --- a/sway_config +++ b/sway_config @@ -33,12 +33,6 @@ input "type:keyboard" { } -# Home row direction keys, like vim -set $left h -set $down j -set $up k -set $right l - default_border pixel 2 @@ -63,17 +57,12 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. # # Moving arStatusound: # - # Move your focus around - bindsym $mod+$left focus left - bindsym $mod+$down focus down - bindsym $mod+$up focus up - bindsym $mod+$right focus right + # Or use $mod+[up|down|left|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 # Ditto, with arrow keys bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down