Files
dots/.config/qtile/autostart.sh
2023-07-08 15:20:41 +03: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 &