Adapt emacs matching mechanism in sway to wayland

This commit is contained in:
coolneng 2023-09-02 02:42:21 +02:00
parent 1bb7c44c37
commit 43a56b7bfc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml
assign [app_id="firefox"] $workspace2
exec firefox
# emacs
assign [class=".*[Ee]macs.*"] $workspace3
assign [app_id="emacs"] $workspace3
# HACK Run a doom sync before launching emacs
exec ~/.emacs.d/bin/doom sync && exec emacs