Add xfce power manager to base skel xprofile

This commit is contained in:
natemaia 2020-03-02 23:16:51 -08:00
parent ed0a853ef2
commit 999f1fcf31

View File

@ -2,15 +2,14 @@
# sourced at boot by ~/.xinitrc and most display managers
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
export XDG_CONFIG_HOME="$HOME/.config"
export PATH="$HOME/.local/bin:$PATH"
picom -b &
nitrogen --restore &
volumeicon &
nm-applet &
volumeicon &
nitrogen --restore &
xfce4-power-manager &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
gnome-keyring-daemon --start --components=pkcs11 &
ksuperkey -e 'Super_L=Alt_L|F1' &