Replace Emacs class attribute with app_id

This commit is contained in:
2020-09-25 06:24:37 +02:00
parent f68426f2f1
commit edfd306c91
2 changed files with 2 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml
assign [app_id="firefox"] $workspace2
exec firefox
# emacs
assign [class=".*[Ee]macs.*"] $workspace3
assign [app_id=".*[Ee]macs.*"] $workspace3
exec emacs
# mpv
assign [app_id="mpv"] $workspace6