diff --git a/autostart.sh b/autostart.sh new file mode 100755 index 0000000..6296820 --- /dev/null +++ b/autostart.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +pulseaudio --start +nitrogen --restore & +picom -f & +dwmbar & +dwm diff --git a/dwm.desktop b/dwm.desktop new file mode 100644 index 0000000..2f45916 --- /dev/null +++ b/dwm.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Dwm +Comment=uwu +Exec=/home/kaoplo/.dwm/autostart.sh +Icon=dwm +Type=XSession