aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.i3/config6
-rw-r--r--.xinitrc13
2 files changed, 6 insertions, 13 deletions
diff --git a/.i3/config b/.i3/config
index 8883b6c..9c35279 100644
--- a/.i3/config
+++ b/.i3/config
@@ -341,11 +341,5 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # d
#bindsym XF86RFKill exec --no-startup-id i3-nagbar -t warning -m asdf
-exec --no-startup-id "setxkbmap -layout de"
-exec --no-startup-id "compton"
-exec --no-startup-id "xrdb ~/.Xresources"
-
-exec --no-startup-id "lxqt-policykit-agent"
-
#start autostart.sh
exec --no-startup-id ~/autostart.sh
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