Use regex for Emacs window class name
This commit is contained in:
parent
b7fef835ff
commit
9478e13177
|
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue