Files
dots/.config/qtile/autostart.sh
2021-12-06 10:04:12 +02:00

8 lines
200 B
Bash
Executable File

#!/bin/bash
wal -R &
# picom --experimental-backends
pidof dunst || dunst &
pidof mpd || mpd &
pidof flameshot || flameshot &
feh --bg-fill ~/.config/ricer/backgrounds/background.png && rm ~/.fehbg &