Update a few configs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user