From 78ba9eae5a122199d9682707b5ac590a4a627c83 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 10 Dec 2020 22:01:48 +0300 Subject: chore: cleanup configs --- .config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/i3/config') 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 -- cgit v1.2.3