From ae41df4a11652951540a1e1e11e8002fd66b3895 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Fri, 25 Oct 2019 23:28:06 +0200 Subject: [PATCH] .xinitrc: update (numlock, awesomewm and more) --- .xinitrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 5b9ed77..c12a420 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,13 @@ # export XDG_CURRENT_DESKTOP=Budgie:GNOME # exec budgie-desktop -exec startkde +#exec startkde +xrandr --output DP-4 --mode 2560x1440 --rate 74.92 +numlockx & + +# Gnome keyring daemon for autologin +dbus-update-activation-environment --systemd DISPLAY +eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) +export SSH_AUTH_SOCK + +exec awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr