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
|
assign [app_id="firefox"] $workspace2
|
||||||
exec firefox
|
exec firefox
|
||||||
# emacs
|
# emacs
|
||||||
assign [class=".[Ee]macs."] $workspace3
|
assign [class=".*[Ee]macs.*"] $workspace3
|
||||||
exec emacs
|
exec emacs
|
||||||
# mpv
|
# mpv
|
||||||
assign [app_id="mpv"] $workspace6
|
assign [app_id="mpv"] $workspace6
|
||||||
|
Loading…
Reference in New Issue
Block a user