diff options
author | Thanos Apollo <[email protected]> | 2024-06-25 01:18:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-25 01:18:00 +0300 |
commit | 3418734cc5299226fdbd6fd507dad74187319b82 (patch) | |
tree | d5e2e42d8eefd107a378fcebe0ae8e86bc1f64da /.config | |
parent | a61b7070d4106ce3fe50fbba7992345bb1d61277 (diff) |
sway: Update keybindings
Diffstat (limited to '.config')
-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 |