al-skel/base/.xprofile

20 lines
462 B
Plaintext
Raw Normal View History

#!/bin/sh
2019-03-02 21:32:13 -06:00
2019-09-15 01:20:26 -05:00
# sourced at boot by ~/.xinitrc and most display managers
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
2019-10-20 22:15:59 -05:00
compton -b &
nitrogen --restore &
volumeicon &
nm-applet &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
gnome-keyring-daemon --start --components=pkcs11 &
2018-08-29 20:59:42 -05:00
ksuperkey -e 'Super_L=Alt_L|F1' &
ksuperkey -e 'Super_R=Alt_L|F1' &
2019-03-02 21:32:13 -06:00
xset dpms 600 900 1200
2018-08-29 20:59:42 -05:00
xset r rate 350 60