From b28bad9a1b2531cef03b6393bc8c08edbd12aea7 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 4 Jan 2023 18:03:32 +0000 Subject: [PATCH] Add keybindings to change monitor focus --- home/vylpes/.config/i3/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/vylpes/.config/i3/config b/home/vylpes/.config/i3/config index 45cda02..ada81b2 100644 --- a/home/vylpes/.config/i3/config +++ b/home/vylpes/.config/i3/config @@ -91,6 +91,10 @@ bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right +# change focus across monitors +bindsym $mod+period focus output right +bindsym $mod+comma focus output left + # move focused window bindsym $mod+Shift+h move left bindsym $mod+Shift+j move down @@ -103,6 +107,10 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +# move focused window across monitors +bindsym $mod+Shift+greater move container to output right +bindsym $mod+Shift+less move container to output left + # split in horizontal orientation bindsym $mod+Shift+b split h