diff --git a/i3/desktop.conf b/i3/desktop.conf index 39f7a12..692008f 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -39,6 +39,7 @@ for_window [title="Google Play Music Desktop Player"] move to workspace $ws10 # Starting Overwatch for_window [class="overwatch.exe" title="Overwatch"] move to workspace $wsGames for_window [class="overwatch.exe" title="Overwatch"] exec --no-startup-id cat ~/.config/g13/overwatch.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/overwatch.lpbm > /tmp/g13-0 +for_window [class="battle.net.exe" title="Battle.net"] move to workspace $wsGames for_window [class="battle.net.exe" title="Blizzard Battle.net"] move to workspace $wsGames for_window [class="Lutris"] move to workspace $ws4 diff --git a/scripts/i3wm-for-window-gen.sh b/scripts/i3wm-for-window-gen.sh old mode 100644 new mode 100755