diff --git a/.xinitrc b/.xinitrc index de4c139..e5c659e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -25,6 +25,7 @@ fi #== Thurstylark additions below ==# + eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) export SSH_AUTH_SOCK @@ -37,11 +38,11 @@ xautolock -time 30 -locker 'i3lock -b -d -c 000000 -e -f' & if [ "$(hostname)" == "dtarchaio" ]; then # Set HDMI1 to be right of eDP1 - xrandr --output eDP1 --auto --output HDMI1 --right-of eDP1 + xrandr --output eDP-1 --auto --output HDMI-1 --right-of eDP-1 # Set the bell to be different from Matt's xset b 75 750 50 # Set Touchscreen to only work on main display - xinput --map-to-output $(xinput list --id-only "Advanced Silicon S.A CoolTouch(TM) System") eDP1 + xinput --map-to-output $(xinput list --id-only "Advanced Silicon S.A CoolTouch(TM) System") eDP-1 fi # If numlockx is installed, activate it