update autostart

This commit is contained in:
Frank Zechert
2026-08-24 08:28:14 +02:00
parent a42b741022
commit 77c616227e
2 changed files with 7 additions and 0 deletions
@@ -221,6 +221,10 @@ rule(
{ matches_class("^(hyprland-share-picker)$") }, { matches_class("^(hyprland-share-picker)$") },
{ float(), center(), pin() } { float(), center(), pin() }
) )
rule(
{ matches_class("^(gcr-prompter)$") },
{ float(), center(), pin() }
)
-- Nemo -- Nemo
rule( rule(
@@ -293,3 +297,4 @@ rule(
{ matches_initial_class("^(jetbrains-toolbox)$") }, { matches_initial_class("^(jetbrains-toolbox)$") },
{ float(), center(), pin() } { float(), center(), pin() }
) )
@@ -1,6 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
(sleep 1 ; hyprctl eval 'request_apply_monitor_profile()') &
(sleep 2 ; hyprctl eval 'request_apply_monitor_profile()') & (sleep 2 ; hyprctl eval 'request_apply_monitor_profile()') &
(sleep 3 ; hyprctl eval 'request_apply_monitor_profile()') &
hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- thunderbird", {workspace = 10})' hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- thunderbird", {workspace = 10})'
{{ if eq .work_env true -}} {{ if eq .work_env true -}}