update autostart
This commit is contained in:
@@ -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 -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user