8 lines
74 B
Bash
Executable File
8 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
picom -b &
|
|
xfce4-power-manager &
|
|
nitrogen --restore &
|
|
dunst &
|
|
|