xfce4: autostart: move what was installed here.
This commit is contained in:
parent
74d8cb864c
commit
004c125bca
4 changed files with 19 additions and 0 deletions
|
|
@ -9,3 +9,5 @@ fi
|
||||||
# Conkeror is a deprecated program
|
# Conkeror is a deprecated program
|
||||||
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
||||||
/bin/ln -sf `pwd`/less/lesskey $HOME/.lesskey
|
/bin/ln -sf `pwd`/less/lesskey $HOME/.lesskey
|
||||||
|
mkdir $HOME/.config
|
||||||
|
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
|
||||||
|
|
|
||||||
11
xfce4/autostart/nm-applet-1.desktop
Normal file
11
xfce4/autostart/nm-applet-1.desktop
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Version=0.9.4
|
||||||
|
Type=Application
|
||||||
|
Name=nm-applet
|
||||||
|
Comment=Network Manager Applet
|
||||||
|
Exec=/usr/bin/nm-applet
|
||||||
|
StartupNotify=false
|
||||||
|
Terminal=false
|
||||||
|
Hidden=false
|
||||||
|
|
||||||
3
xfce4/autostart/nm-applet.desktop
Normal file
3
xfce4/autostart/nm-applet.desktop
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Hidden=false
|
||||||
|
|
||||||
3
xfce4/autostart/org.kde.kdeconnect.daemon.desktop
Normal file
3
xfce4/autostart/org.kde.kdeconnect.daemon.desktop
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Hidden=true
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue