From aa773f73efdb70e56c436990df7db3f8f5239d09 Mon Sep 17 00:00:00 2001 From: kaoplo Date: Fri, 30 Dec 2022 13:27:23 +0100 Subject: [PATCH] whoops forgot those two --- autostart.sh | 7 +++++++ dwm.desktop | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100755 autostart.sh create mode 100644 dwm.desktop 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