diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 |