mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
10 lines
271 B
Text
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'
|