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

16 lines
354 B
Plaintext
Raw Normal View History

2024-02-16 15:49:25 +01:00
swaync &
2024-02-16 23:50:01 +01:00
waybar 2>&1 &
nm-applet --indicator &
wl-paste --type text --watch cliphist store
wl-paste --type image --watch cliphist store
2024-02-17 00:44:37 +01:00
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" &