From 801dafe3bfc605d4bf3df39a47c117e21eff5b7e Mon Sep 17 00:00:00 2001 From: M1dgard Date: Sun, 4 Nov 2018 00:46:31 +0100 Subject: [PATCH] [i3] IntelliJ: update command, no focus stealing --- i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 363470e..444ef8b 100644 --- a/i3/config +++ b/i3/config @@ -54,6 +54,8 @@ bindsym $mod+r mode "resize" # also, it's annoying to lose focus on your window when you move the mouse slightly focus_follows_mouse no +no_focus [title="IntelliJ"] + # gaps when more than one window is open on a workspace for_window [class="^.*"] border pixel 0 gaps inner 10 @@ -132,7 +134,7 @@ mode $openmode { bindsym f exec firefox, mode default bindsym e exec $mailclient, mode default bindsym i exec $termexec -e weechat, mode default - bindsym shift+i exec idea.sh, mode default + bindsym shift+i exec idea, mode default bindsym m exec mpdclient, mode default bindsym shift+m exec --no-startup-id mpd $HOME/.config/mpd/mpd.conf, mode default bindsym t exec "$HOME/.tor-browser-en/INSTALL/Browser/start-tor-browser --detach", mode default