HACK: run doom sync before launching emacs
This commit is contained in:
parent
80077c8ef7
commit
1dc3ec3aaf
|
@ -333,7 +333,8 @@ assign [app_id="firefox"] $workspace2
|
||||||
exec firefox
|
exec firefox
|
||||||
# emacs
|
# emacs
|
||||||
assign [class=".*[Ee]macs.*"] $workspace3
|
assign [class=".*[Ee]macs.*"] $workspace3
|
||||||
exec emacs
|
# HACK Run a doom sync before launching emacs
|
||||||
|
exec ~/.emacs.d/bin/doom sync && exec emacs
|
||||||
# teams
|
# teams
|
||||||
assign [class="Microsoft Teams - Preview"] $workspace6
|
assign [class="Microsoft Teams - Preview"] $workspace6
|
||||||
exec teams
|
exec teams
|
||||||
|
|
Loading…
Reference in New Issue