diff --git a/base/.xprofile b/base/.xprofile index 50dbf1c2..8e44c5cf 100644 --- a/base/.xprofile +++ b/base/.xprofile @@ -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' &