diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index f5ee8ae..adfdcf9 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -131,8 +131,8 @@ client.placeholder #000000 #000000 #F8F8F2 #000000 #000000 # bindsym $mod+Right focus right # Move the focused window with the same, but add Shift - bindsym $mod+Shift+n move left - bindsym $mod+Shift+p move down + 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 @@ -186,7 +186,7 @@ client.placeholder #000000 #000000 #F8F8F2 #000000 #000000 # Switch the current container between different layout styles bindsym $mod+s layout stacking - bindsym $mod+t layout tabbed + bindsym $mod+x layout tabbed bindsym $mod+w exec emacsclient -e '(thanos/pass-launcher)' bindsym $mod+e layout toggle split |