[i3] IntelliJ: update command, no focus stealing
This commit is contained in:
parent
e2f0f04de2
commit
801dafe3bf
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue