dotfiles/root/home/bhasher/.config/hypr/autostart

16 lines
354 B
Plaintext

swaync &
waybar 2>&1 &
nm-applet --indicator &
wl-paste --type text --watch cliphist store
wl-paste --type image --watch cliphist store
udiskie &
LOCK="swaylock --screenshots --effect-blur 7x5 --indicator --clock | xargs hyprctl dispatch exec"
swayidle -w timeout 600 "$LOCK" before-sleep "$LOCK" &
swayidle -w timeout 1200 "systemctl hibernate" &