diff --git a/i3/desktop.conf b/i3/desktop.conf index 95f920a..e7b7f22 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -78,6 +78,7 @@ for_window [class="REAPER"] move to workspace $wsReaper # Steam for_window [class="^Steam$"] move to workspace $wsGames +for_window [title="^Steam$"] move to workspace $wsGames # Bitwig for_window [class="^Show-splash-gtk$"] move to workspace $wsBitwig diff --git a/i3/shared.conf b/i3/shared.conf index 0fae8d0..256a3b6 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -209,15 +209,15 @@ bindsym $mod+n exec nautilus bindsym $mod+m exec nautilus ~/Videos # Steam -for_window [class="^Steam$" title="^Friends$"] floating enable -for_window [class="^Steam$" title="Steam - News"] floating enable -for_window [class="^Steam$" title=".* - Chat"] floating enable -for_window [class="^Steam$" title="^Settings$"] floating enable -for_window [class="^Steam$" title=".* - event started"] floating enable -for_window [class="^Steam$" title=".* CD key"] floating enable -for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable -for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable -for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable +for_window [class="^steamwebhelper$" title="^Friends$"] floating enable +for_window [class="^steamwebhelper$" title="Steam - News"] floating enable +for_window [class="^steamwebhelper" title=".* - Chat"] floating enable +for_window [class="^steamwebhelper$" title="^Settings$"] floating enable +for_window [class="^steamwebhelper$" title=".* - event started"] floating enable +for_window [class="^steamwebhelper$" title=".* CD key"] floating enable +for_window [class="^steamwebhelper$" title="^Steam - Self Updater$"] floating enable +for_window [class="^steamwebhelper$" title="^Screenshot Uploader$"] floating enable +for_window [class="^steamwebhelper$" title="^Steam Guard - Computer Authorization Required$"] floating enable for_window [title="^Steam Keyboard$"] floating enable # Jetbrains