Small overhaul of configs
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
# sourced at boot by ~/.xinitrc and most display managers
|
||||
|
||||
|
||||
# xdg standard configuration location (needed by some applications)
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
@ -21,17 +20,10 @@ volumeicon &
|
||||
# restore the last wallpaper applied with nitrogen
|
||||
nitrogen --restore &
|
||||
|
||||
# start xfce power manager
|
||||
xfce4-power-manager &
|
||||
|
||||
# start the gnome polkit agent
|
||||
# start gnome policy kit agent (password authentication)
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# set super key alone to emulate alt+F1
|
||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||
|
||||
# set display timeout, sleep, and power off times
|
||||
# set display timeout, sleep, and poweroff
|
||||
xset dpms 600 900 1200
|
||||
|
||||
# set keyboard repeat rate
|
||||
@ -39,4 +31,3 @@ xset r rate 350 60
|
||||
|
||||
# left hand mouse
|
||||
#xmodmap -e "pointer = 3 2 1"
|
||||
|
||||
|
Reference in New Issue
Block a user