8 lines
200 B
Bash
Executable File
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 &
|