[i3] IntelliJ: update command, no focus stealing

This commit is contained in:
M1dgard 2018-11-04 00:46:31 +01:00
parent e2f0f04de2
commit 801dafe3bf
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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 # also, it's annoying to lose focus on your window when you move the mouse slightly
focus_follows_mouse no focus_follows_mouse no
no_focus [title="IntelliJ"]
# gaps when more than one window is open on a workspace # gaps when more than one window is open on a workspace
for_window [class="^.*"] border pixel 0 for_window [class="^.*"] border pixel 0
gaps inner 10 gaps inner 10
@ -132,7 +134,7 @@ mode $openmode {
bindsym f exec firefox, mode default bindsym f exec firefox, mode default
bindsym e exec $mailclient, mode default bindsym e exec $mailclient, mode default
bindsym i exec $termexec -e weechat, 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 m exec mpdclient, mode default
bindsym shift+m exec --no-startup-id mpd $HOME/.config/mpd/mpd.conf, 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 bindsym t exec "$HOME/.tor-browser-en/INSTALL/Browser/start-tor-browser --detach", mode default