19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
swaync &
|
|
|
|
swww init
|
|
swww img /usr/share/endeavouros/backgrounds/hyprland.png
|
|
|
|
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" &
|