My-distro-configs-dev-openbox/configs/skel/.config/openbox/autostart

52 lines
626 B
Plaintext
Raw Normal View History

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