+ Added DWM Autostart script + Added Conky Launcher Script for DWM + More cleaning up
4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
nitrogen --restore &
|
|
picom &
|
|
$HOME/.scripts/launch-conky_dwm.sh &
|