diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-07-09 15:49:35 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-07-09 15:49:35 -0400 |
commit | c0b4dd3f9fd28ee0b409b23446d0112f31fc5d54 (patch) | |
tree | 0ea6ed2630ec2a914efdb8a09cac2c95a090fb48 /home-config/hypr/autostart.sh | |
parent | bbdc3d8697ff3025d655de5174e7b9f18926263a (diff) |
some temp changestemp-broken
Diffstat (limited to 'home-config/hypr/autostart.sh')
-rwxr-xr-x | home-config/hypr/autostart.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index ed66fff..4881fd9 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP & | ||
4 | |||
3 | waybar & | 5 | waybar & |
4 | 6 | ||
5 | mako & | 7 | mako & |
@@ -7,3 +9,7 @@ mako & | |||
7 | swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & | 9 | swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & |
8 | 10 | ||
9 | 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' & | 11 | 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' & |
12 | |||
13 | syncthing serve --no-browser & | ||
14 | |||
15 | blueman-applet & | ||