Add nm-applet and volumeicon to startup
This commit is contained in:
parent
5a0a37d75d
commit
6741720cd0
@ -4,27 +4,20 @@
|
|||||||
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
||||||
# add additional directories to PATH
|
[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
|
||||||
for dir in /sbin /usr/sbin "$HOME/bin"; do
|
|
||||||
[ -d "$dir" ] && PATH="$dir:$PATH"
|
|
||||||
done
|
|
||||||
|
|
||||||
# compton
|
|
||||||
compton -b &
|
compton -b &
|
||||||
|
|
||||||
# restore the background
|
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
|
||||||
# keyring and polkit daemons
|
volumeicon &
|
||||||
|
nm-applet &
|
||||||
|
|
||||||
/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 &
|
||||||
|
|
||||||
# super alone simulates Alt-F1
|
|
||||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||||
|
|
||||||
# dpms: timeout sleep off
|
|
||||||
xset dpms 600 900 1200
|
xset dpms 600 900 1200
|
||||||
|
|
||||||
# keyboard repeat rate
|
|
||||||
xset r rate 350 60
|
xset r rate 350 60
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
<action name="Restart"/>
|
<action name="Restart"/>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu execute="al-compton-pipemenu" id="CompositingPipeMenu" label="Compton"/>
|
<menu execute="al-compton-pipemenu" id="ComptonPipeMenu" label="Compton"/>
|
||||||
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
||||||
<menu execute="al-tint2-pipemenu" id="Tint2PipeMenu" label="Tint2"/>
|
<menu execute="al-tint2-pipemenu" id="Tint2PipeMenu" label="Tint2"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
|
Reference in New Issue
Block a user