Adapt emacs matching mechanism in sway to wayland

This commit is contained in:
2023-09-02 02:42:21 +02:00
parent 1bb7c44c37
commit 43a56b7bfc

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