15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# /usr/libexec/xdg-desktop-portal -r &
|
||
|
# /usr/libexec/xdg-desktop-portal-wlr -r &
|
||
|
|
||
|
# pipewire &
|
||
|
wlsunset -S 8:00 -s 23:30 &
|
||
|
waybar -c ~/.config/waybar/river/config -s ~/.config/waybar/river/style.css &
|
||
|
nm-applet --indicator &
|
||
|
dunst &
|
||
|
swayidle -w timeout 600 'swaylock -f -c 14171d' &
|
||
|
|
||
|
# for void linux
|
||
|
~/.config/river/void-setup
|