From 146959d20a1a79378a5da0207108bf9105ac4a90 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 13 Aug 2019 20:56:07 +0200 Subject: fixes --- .xinitrc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.xinitrc') 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 -- cgit v1.2.3