dotfiles/home/dot_config/sway/modules/startup
2025-11-04 08:47:41 +00:00

10 lines
271 B
Text

# vim:ft=swayconfig
exec waybar
exec fcitx5
exec dunst
exec pcloud
exec swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
before-sleep 'swaylock -f -c 000000'