16 lines
391 B
Text
16 lines
391 B
Text
# startup
|
|
# -------
|
|
|
|
exec_always import-gsettings.sh \
|
|
icon-theme:gtk-icon-theme-name \
|
|
cursor-theme:gtk-cursor-theme-name \
|
|
gtk-theme:gtk-theme-name \
|
|
font-name:gtk-font-name
|
|
|
|
exec swayidle \
|
|
timeout 300 'swaylock -i $lock_bg' \
|
|
timeout 600 'swaymsg "output * dpms off"' \
|
|
resume 'swaymsg "output * dpms on"' \
|
|
before-sleep 'swaylock -i $lock_bg'
|
|
|
|
exec mako
|