8 lines
76 B
Bash
8 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pulseaudio --start
|
||
|
nitrogen --restore &
|
||
|
picom -f &
|
||
|
dwmbar &
|
||
|
dwm
|