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

47 lines
517 B
Plaintext
Raw Normal View History

2024-01-12 11:51:06 -01:00
#!/bin/bash
# Simple wallpapper manager
nitrogen --restore
# polkit agent
lxpolkit &
# Compositor manager
compton -b
# Simple panel
#tint2 &
tint2 &
# Sound mixer
pnmixer &
#pasystray &
2024-01-12 11:51:06 -01:00
# Plank
plank &
# Update the user home folders
xdg-user-dirs-update &
# Network applet
nm-applet &
# Batterie applet
cbatticon &
# Simple conky
# conky &
# Update indicator
package-update-indicator &
# dmenu-ish notification-daemon
dunst &
# Clipboard manager
xfce4-clipman &
# Bluetooth support
blueman-applet &