Use regex for Emacs window class name

This commit is contained in:
2020-09-06 16:21:54 +02:00
parent b7fef835ff
commit 9478e13177

View File

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