summaryrefslogtreecommitdiff
path: root/home-config/hypr/scripts
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-04-12 19:54:03 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2025-04-12 19:54:03 -0400
commit6e286466b8369c5198510920695810e9664d2204 (patch)
tree3112ccfec3bf7276243cc687bb1c5fe854567d31 /home-config/hypr/scripts
parentf77555e18fb06010118d0576aff10acc39242452 (diff)
Added pyprland for zoom and updated some options
for hyprland
Diffstat (limited to 'home-config/hypr/scripts')
-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 &