From abb2ef0986ab9faf0f6308453335a8128f977a69 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 31 Jul 2023 23:03:36 -0500 Subject: fix(sway): re-enable cursor key navigation --- sway/.config/sway/config | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sway/.config') 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 -- cgit v1.2.3-70-g09d2