Fix regex for Emacs window class name
This commit is contained in:
parent
5ee0cb28f5
commit
1ed528ece5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue