Keys pgrep -x sxhkd > /dev/null || sxhkd &

# Disks
#udiskie -A &

# Compositor
picom --config ~/.config/picom.conf &

# Music server
[ ! -s ~/.config/mpd/pid ] && mpd &

# Battery monitor
batsignal -b -w 25 -c 5 -p -P "Charging battery" -U "Battery mode" -W "Low battery" -C "About to shut down!" -m 60 -I ~/.config/custom_icons/battery.png &

# Touchpad gestures
libinput-gestures-setup start &

# Screen lock
xset dpms 0 0 380
# xss-lock -l -- ~/.config/utils/lock &
# xset 420 180
xss-lock --transfer-sleep-lock -- i3lock-fancy --nofork &

# Cloud
nextcloud --background &

# Bluetooth utils
# blueberry-tray &
blueman-applet &

# Auto-xrandr
x-on-resize -c ~/.config/utils/auto_xrandr.sh &

# Notifications
wired &
~/.config/utils/notifications/mpd.sh &

# Default cursor
xsetroot -cursor_name left_ptr &

