dotfiles/.config/dwm/autostart.sh
2022-04-29 17:40:28 +02:00

32 lines
528 B
Bash
Executable File

#!/bin/bash
# Load top bar
dwmblocks &
# Network applet
#connman-gtk --tray &
nm-applet &
# Applet for Audio
pnmixer -t &
# Configure screens and resolution
~/.config/dwm/startxrandr.sh &
# Load compton or picom
#compton &
#sleep 15 && picom &
kitty &
kitty &
# Configure wallpaper
sleep 3 && nitrogen --head=0 --set-scaled ~/wallpapers/archlinux2.jpg &
sleep 3 && nitrogen --head=1 --set-zoom-fill ~/wallpapers/archlinux2.jpg &
# Configure screensaver
~/.config/dwm/startscreensaver.sh &
# Clipboard (Diodon)
diodon &