2023-06-09 22:22:48 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
waybar &
|
|
|
|
|
|
|
|
mako &
|
|
|
|
|
2023-11-06 20:00:12 -05:00
|
|
|
#swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg &
|
|
|
|
|
2023-11-08 01:06:55 -05:00
|
|
|
nice -n13 swww init &
|
2023-06-09 22:22:48 -04:00
|
|
|
|
2023-11-07 20:42:30 -05:00
|
|
|
~/.config/hypr/wallpaper-daemon.sh &
|
|
|
|
|
2023-06-09 22:22:48 -04:00
|
|
|
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' &
|
2023-07-05 21:15:23 -04:00
|
|
|
|
|
|
|
syncthing serve --no-browser &
|
2023-11-06 20:00:12 -05:00
|
|
|
|
|
|
|
wl-clip-persist -c regular &
|
|
|
|
|
2024-02-29 15:55:10 -05:00
|
|
|
kanshi -c ~/.config/hypr/kanshi.conf
|