summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-16 17:50:31 +0300
committerThanos Apollo <[email protected]>2024-06-16 17:50:31 +0300
commitb37646a2915d2962d6aeb117936d75b906cc4ac0 (patch)
tree04b65e7cdb32d2cc0d357ccbb5f7a8010ca42315 /.config/sway/config
parent7a68a65ba5a02fe3325ecfbe5ebd836a67976227 (diff)
sway: Update bindings
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config18
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 0ee0014..f5ee8ae 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -124,15 +124,15 @@ client.placeholder #000000 #000000 #F8F8F2 #000000 #000000
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
+ # Emacs
+ bindsym $mod+p focus left
+ bindsym $mod+n focus right
+ # 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+n move left
+ bindsym $mod+Shift+p move down
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
# Ditto, with arrow keys
@@ -199,8 +199,8 @@ client.placeholder #000000 #000000 #F8F8F2 #000000 #000000
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
- # Move focus to the parent container
- bindsym $mod+p focus parent
+ # Move focus to the Parent container
+ # bindsym $mod+p focus parent
# Move focus the child container
bindsym $mod+c focus child