auto focus workspaces after applications startup

This commit is contained in:
2026-08-24 00:22:35 +02:00
parent cdc751cae8
commit 8df49bd750
@@ -14,3 +14,7 @@ hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- signal-desktop --ozone-platform=w
{{ if eq .work_env true -}} {{ if eq .work_env true -}}
hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- teams-for-linux.desktop", {workspace = 9})' hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- teams-for-linux.desktop", {workspace = 9})'
{{ end -}} {{ end -}}
sleep 2
hyprctl dispatch 'hl.dsp.focus({workspace = 10})'
hyprctl dispatch 'hl.dsp.focus({workspace = 9})'
hyprctl dispatch 'hl.dsp.focus({workspace = 1})'