Rework sway configuration
This commit is contained in:
parent
f27fa828f0
commit
f8d84d44ab
26 changed files with 271 additions and 0 deletions
16
config/sway/conf.d/startup.config
Normal file
16
config/sway/conf.d/startup.config
Normal 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
|
Reference in a new issue