diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 23:31:16 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 23:31:16 -0400 |
commit | 7f27d13d617b245745e78fc2e79266e99f6d4c1b (patch) | |
tree | e56a904fdcb59dd94f6dff8652223a28ff5de1c1 /home-config/hypr/autostart.sh | |
parent | 3aaeb60f2aa78d8a4407f5ba7bf0268647ff4c18 (diff) | |
parent | f8a56388e8b4de225134ba694e71aee67807ae79 (diff) |
Merge branch 'main' into new-bootloader-nextnew-bootloader-next
Diffstat (limited to 'home-config/hypr/autostart.sh')
-rwxr-xr-x | home-config/hypr/autostart.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index 77ebae8..8c7c502 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh | |||
@@ -8,7 +8,8 @@ mako & | |||
8 | 8 | ||
9 | nice -n13 swww init & | 9 | nice -n13 swww init & |
10 | 10 | ||
11 | ~/.config/hypr/wallpaper-daemon.sh & | 11 | #~/.config/hypr/wallpaper-daemon.sh & |
12 | wpaperd -d & | ||
12 | 13 | ||
13 | swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' & | 14 | swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' & |
14 | 15 | ||