aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc13
1 files changed, 6 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index 9ffa99f..f9ef2e3 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -11,9 +11,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
-#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
-#export SSH_AUTH_LOCK
-
#Screen background feh
shopt -s nullglob
@@ -24,8 +21,10 @@ ran=$(($RANDOM % len))
feh --bg-fill ${pics[$ran]}
-# exec gnome-session
-#exec startkde
+xrdb .Xresources
+
+setxkbmap -layout de
+compton &
+lxqt-policykit-agent &
+
exec i3
-# exec startxfce4
-# ...or the Window Manager of your choice