summaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-31 23:03:36 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-31 23:03:36 -0500
commitabb2ef0986ab9faf0f6308453335a8128f977a69 (patch)
treed43eee44a279d6e9eb62f6e3fb41453fa00d13c7 /sway/.config
parent0f11deb100092a6e83e06a9b2fe8795bf11f2cea (diff)
fix(sway): re-enable cursor key navigation
Diffstat (limited to 'sway/.config')
-rw-r--r--sway/.config/sway/config10
1 files changed, 10 insertions, 0 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 9305792..f3e493a 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -95,11 +95,21 @@ 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
+
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
+
bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2
bindsym $mod+3 workspace number 3