aboutsummaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 861f27b..25cf82c 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -43,10 +43,10 @@ bindsym $mod+Shift+q kill
bindsym $mod+d exec rofi -show combi -theme gruvbox-dark-soft
# change focus
-bindsym $mod+h exec "xdotool keyup Super h && i3_tmux_vim_focus left && xdotool keydown Super"
-bindsym $mod+j exec "xdotool keyup Super j && i3_tmux_vim_focus down && xdotool keydown Super"
-bindsym $mod+k exec "xdotool keyup Super k && i3_tmux_vim_focus up && xdotool keydown Super"
-bindsym $mod+l exec "xdotool keyup Super l && i3_tmux_vim_focus right && xdotool keydown Super"
+bindsym $mod+h exec --no-startup-id "xdotool keyup Super h && i3_tmux_vim_focus left && xdotool keydown Super"
+bindsym $mod+j exec --no-startup-id "xdotool keyup Super j && i3_tmux_vim_focus down && xdotool keydown Super"
+bindsym $mod+k exec --no-startup-id "xdotool keyup Super k && i3_tmux_vim_focus up && xdotool keydown Super"
+bindsym $mod+l exec --no-startup-id "xdotool keyup Super l && i3_tmux_vim_focus right && xdotool keydown Super"
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left