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 -}}