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