summaryrefslogtreecommitdiff
path: root/home-config/hypr/scripts/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/hypr/scripts/autostart.sh')
-rwxr-xr-xhome-config/hypr/scripts/autostart.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/home-config/hypr/scripts/autostart.sh b/home-config/hypr/scripts/autostart.sh
index e505aa0..706f82f 100755
--- a/home-config/hypr/scripts/autostart.sh
+++ b/home-config/hypr/scripts/autostart.sh
@@ -11,6 +11,8 @@ nice -n13 swww init &
11#~/.config/hypr/wallpaper-daemon.sh & 11#~/.config/hypr/wallpaper-daemon.sh &
12wpaperd -d & 12wpaperd -d &
13 13
14pypr &
15
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' & 16#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' &
15 17
16hypridle & 18hypridle &