From 4d64651f67799ebcf0bc26fc5730a11d8000e592 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Oct 2022 16:04:55 -0500 Subject: [PATCH] fix sway config, update scripts --- .config/sway/config | 5 +++-- .local/scripts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index b77f35d..ddd50cf 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -44,10 +44,10 @@ output VGA-1 disable # Example configuration: # exec swayidle -w \ - timeout 900 '"waylock &"' \ + timeout 900 'waylock &' \ timeout 1200 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ - before-sleep '"waylock &"' + before-sleep 'waylock &' # # 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 @@ -281,6 +281,7 @@ exec_always { #gsettings set $gnome_schema icon-theme 'ePapirus-Dark' gsettings set $gnome_schema cursor-theme 'Adwaita' gsettings set $gnome_schema font-name 'Noto Sans' + gsettings set $gnome_schema gtk-theme 'Adwaita' } diff --git a/.local/scripts b/.local/scripts index 0d69918..ac62a8b 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit 0d69918252e14117e36267b04385dd938fff775a +Subproject commit ac62a8bd9656d951efb7a2ad0ac8bab33f61ae52