Use regex for Emacs window class name

This commit is contained in:
coolneng 2020-09-06 16:21:54 +02:00
parent b7fef835ff
commit 9478e13177
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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
# #