2024-01-12 11:51:06 -01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Xfce4-settings-daemon
|
|
|
|
xfsettingsd &
|
|
|
|
|
|
|
|
## Simple wallpapper manager
|
2024-01-12 11:51:06 -01:00
|
|
|
nitrogen --restore
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Polkit agent
|
2024-01-12 11:51:06 -01:00
|
|
|
lxpolkit &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Compositor manager
|
2024-01-12 11:51:06 -01:00
|
|
|
compton -b
|
2024-01-16 18:45:53 -01:00
|
|
|
#xcompmgr &
|
2024-01-12 11:51:06 -01:00
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Simple panel
|
2024-01-12 11:51:06 -01:00
|
|
|
tint2 &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Sound mixer application
|
2024-01-12 12:40:09 -01:00
|
|
|
pnmixer &
|
|
|
|
#pasystray &
|
2024-01-12 11:51:06 -01:00
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Dock
|
2024-01-12 11:51:06 -01:00
|
|
|
plank &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Update the user home folders
|
2024-01-12 11:51:06 -01:00
|
|
|
xdg-user-dirs-update &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Network applet
|
2024-01-12 11:51:06 -01:00
|
|
|
nm-applet &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Simple conky
|
2024-01-12 11:51:06 -01:00
|
|
|
# conky &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Update indicator
|
2024-01-12 11:51:06 -01:00
|
|
|
package-update-indicator &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Notification applet
|
2024-01-12 11:51:06 -01:00
|
|
|
dunst &
|
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Bluethooth support
|
|
|
|
blueman-applet &
|
2024-01-12 11:51:06 -01:00
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Power manager
|
|
|
|
xfc4-power-manager &
|
2024-01-12 11:51:06 -01:00
|
|
|
|
2024-01-16 18:45:53 -01:00
|
|
|
## Screensaver software
|
|
|
|
gnome-screensaver &
|
2024-01-29 13:39:54 -01:00
|
|
|
|
|
|
|
## Clipboard software
|
|
|
|
xfce4-clipman &
|