Fixed emacs window moving

This commit is contained in:
Christian Colglazier 2021-04-16 12:57:50 -04:00
parent 55fd830007
commit 5f8e1c7e7b

View File

@ -20,7 +20,7 @@ bindsym XF86Launch1 exec xset -display :0.0 dpms force off
# Start up programs # Start up programs
for_window [class="Firefox"] move to workspace $ws1 for_window [class="Firefox"] move to workspace $ws1
for_window [title="emacs@*"] move to workspace $ws2 for_window [class="emacs" title="emacs@*"] move to workspace $ws2
for_window [class="jetbrains-studio"] move to workspace $ws3 for_window [class="jetbrains-studio"] move to workspace $ws3
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10 for_window [title="Google Play Music Desktop Player"] move to workspace $ws10