aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-08-13 20:56:07 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-08-13 20:56:07 +0200
commit146959d20a1a79378a5da0207108bf9105ac4a90 (patch)
treee8cc6163c1ac31599e93e4bc9f76fd544232081c /.xinitrc
parent7dd3a0494c4395d333029b0026e4c9dec891a393 (diff)
downloaddotfiles-146959d20a1a79378a5da0207108bf9105ac4a90.tar.gz
fixes
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