Fix regex for Emacs window class name

This commit is contained in:
coolneng 2020-09-10 13:25:56 +02:00
parent 5ee0cb28f5
commit 1ed528ece5
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 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 [class=".*[Ee]macs.*"] $workspace3
exec emacs
# mpv
assign [app_id="mpv"] $workspace6