commit 97d3b82cd381edcbbdfad2fb9ae597f2f2467fb4
parent 329901c024be7e1662288cb5eb8adeaa94a1c3d7
Author: grouse <bdmfegys@duck.com>
Date: Sat, 27 Jan 2024 20:55:39 -0500
add polkit daemon and comments, along with gnome-keyring-daemon to autostart.sh
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh
@@ -16,7 +16,7 @@
xrandr --auto
slstatus &
-# enable the wallpaper line(s) if you are using my wallpaper changer, included in my dotfiles
+# enable the wallpaper line(s) if you are using my wallpaper setter, included in my dotfiles
# for dotfiles, see https://git.tetraonini.online/grouse/dotfiles
# X utilities
@@ -41,6 +41,10 @@ screensetup() {
# GUI apps can go here
#cider &
#vesktop &
-# signal-desktop &
+#signal-desktop &
#pasystray &
-#
+
+# mate GUI polkit daemon, swap out with anything else
+#exec /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
+# gnome-keyring daemon, replace with whatever you have installed on your system if you'd like
+#gnome-keyring-daemon &