Update a few configs

This commit is contained in:
natemaia
2019-03-02 19:32:13 -08:00
parent a8da0480b3
commit 4212dfca4d
4 changed files with 6 additions and 22 deletions

View File

@ -1,7 +1,8 @@
#!/bin/sh
# ~/.xprofile
# sourced at boot by xinit and display managers like lightdm
# sourced at boot by ~/.xinitrc and display managers like lightdm
export XDG_CONFIG_HOME="$HOME/.config"
@ -16,13 +17,12 @@ nitrogen --restore &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
gnome-keyring-daemon --start --components=pkcs11 &
# pressing super alone simulates Alt-F1
# super alone simulates Alt-F1
ksuperkey -e 'Super_L=Alt_L|F1' &
ksuperkey -e 'Super_R=Alt_L|F1' &
# display timeout and sleep
xset s 1200 1300
xset dpms 1200 1300 1400
# dpms: timeout sleep off
xset dpms 600 900 1200
# keyboard repeat rate
xset r rate 350 60