Add xfce power manager to base skel xprofile
This commit is contained in:
parent
ed0a853ef2
commit
999f1fcf31
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
# sourced at boot by ~/.xinitrc and most display managers
|
# sourced at boot by ~/.xinitrc and most display managers
|
||||||
|
|
||||||
XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_CONFIG_HOME
|
|
||||||
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
picom -b &
|
picom -b &
|
||||||
nitrogen --restore &
|
|
||||||
volumeicon &
|
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
volumeicon &
|
||||||
|
nitrogen --restore &
|
||||||
|
xfce4-power-manager &
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
gnome-keyring-daemon --start --components=pkcs11 &
|
gnome-keyring-daemon --start --components=pkcs11 &
|
||||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||||
|
Reference in New Issue
Block a user