fix sway config, update scripts
parent
01ab181b0e
commit
4d64651f67
|
@ -44,10 +44,10 @@ output VGA-1 disable
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 900 '"waylock &"' \
|
timeout 900 'waylock &' \
|
||||||
timeout 1200 'swaymsg "output * dpms off"' \
|
timeout 1200 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep '"waylock &"'
|
before-sleep 'waylock &'
|
||||||
#
|
#
|
||||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||||
# your displays after another 300 seconds, and turn your screens back on when
|
# your displays after another 300 seconds, and turn your screens back on when
|
||||||
|
@ -281,6 +281,7 @@ exec_always {
|
||||||
#gsettings set $gnome_schema icon-theme 'ePapirus-Dark'
|
#gsettings set $gnome_schema icon-theme 'ePapirus-Dark'
|
||||||
gsettings set $gnome_schema cursor-theme 'Adwaita'
|
gsettings set $gnome_schema cursor-theme 'Adwaita'
|
||||||
gsettings set $gnome_schema font-name 'Noto Sans'
|
gsettings set $gnome_schema font-name 'Noto Sans'
|
||||||
|
gsettings set $gnome_schema gtk-theme 'Adwaita'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0d69918252e14117e36267b04385dd938fff775a
|
Subproject commit ac62a8bd9656d951efb7a2ad0ac8bab33f61ae52
|
Loading…
Reference in New Issue