commit 71f963c77c945517a8ecfd05d623f0718ca34082 (tree)
parent 331fff829b07db57ea14e0839ef60b45c12f7ebb
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 6 Jun 2022 08:54:21 +0300
disable .Xresources properly
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/X/.xsessionrc b/X/.xsessionrc
@@ -1,18 +1,20 @@
export GPG_SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
-if [[ false ]]; then
+eval $(ssh-agent)
+
+if false ; then
xrdb -merge $HOME/.Xresources
fi
-. $HOME/.profile
-
-nm-applet &
-
if [ $(hostname) != motiejus-20NYS8QG0B ]; then
blueman-applet &
fi
+. $HOME/.profile
+
+nm-applet &
+
pnmixer &
compton --daemon
kdeconnect-indicator &