Fix regex for Emacs window class name

This commit is contained in:
2020-09-10 13:25:56 +02:00
parent 5ee0cb28f5
commit 1ed528ece5

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