From 77c616227e1f42795337b7f39adffc742a3185d4 Mon Sep 17 00:00:00 2001 From: Frank Zechert Date: Mon, 24 Aug 2026 08:28:09 +0200 Subject: [PATCH] update autostart --- user/dot_config/hypr/hyprland-windowrules.lua | 5 +++++ user/dot_config/hypr/scripts/executable_autostart.sh.tmpl | 2 ++ 2 files changed, 7 insertions(+) diff --git a/user/dot_config/hypr/hyprland-windowrules.lua b/user/dot_config/hypr/hyprland-windowrules.lua index 9c7f469..bf48f72 100644 --- a/user/dot_config/hypr/hyprland-windowrules.lua +++ b/user/dot_config/hypr/hyprland-windowrules.lua @@ -221,6 +221,10 @@ rule( { matches_class("^(hyprland-share-picker)$") }, { float(), center(), pin() } ) +rule( + { matches_class("^(gcr-prompter)$") }, + { float(), center(), pin() } +) -- Nemo rule( @@ -293,3 +297,4 @@ rule( { matches_initial_class("^(jetbrains-toolbox)$") }, { float(), center(), pin() } ) + diff --git a/user/dot_config/hypr/scripts/executable_autostart.sh.tmpl b/user/dot_config/hypr/scripts/executable_autostart.sh.tmpl index 5bdf579..d7bdf51 100644 --- a/user/dot_config/hypr/scripts/executable_autostart.sh.tmpl +++ b/user/dot_config/hypr/scripts/executable_autostart.sh.tmpl @@ -1,6 +1,8 @@ #!/usr/bin/env bash +(sleep 1 ; 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})' {{ if eq .work_env true -}}