Rework sway configuration

This commit is contained in:
Yorick Barbanneau 2021-03-08 00:03:05 +01:00
parent f27fa828f0
commit f8d84d44ab
26 changed files with 271 additions and 0 deletions

View file

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