dotfiles/.config/qtile/autostart.sh
Guilherme Rugai Freire 02b587fe82
add volume bar
2021-08-06 12:42:18 -03:00

22 lines
361 B
Bash
Executable File

#!/bin/sh
# Start polkit agent
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Enable numlock
/usr/bin/numlockx
# Start compositor
picom --experimental-backends &
# Start notification server
dunst &
# Display background image
nitrogen --restore
# Start network manager applet (systray)
nm-applet &
# Start volume bar
~/.config/xob/volume.sh