diff options
-rw-r--r-- | .i3/config | 6 | ||||
-rw-r--r-- | .xinitrc | 13 |
2 files changed, 6 insertions, 13 deletions
@@ -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 @@ -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 |