sway: modular config

This commit is contained in:
js0ny 2025-11-04 08:47:41 +00:00
parent 93a6613abc
commit 050799b77f
17 changed files with 264 additions and 193 deletions

View file

@ -0,0 +1,10 @@
# 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'