whoops forgot those two
This commit is contained in:
parent
e0c51035a3
commit
aa773f73ef
7
autostart.sh
Executable file
7
autostart.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pulseaudio --start
|
||||||
|
nitrogen --restore &
|
||||||
|
picom -f &
|
||||||
|
dwmbar &
|
||||||
|
dwm
|
7
dwm.desktop
Normal file
7
dwm.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Dwm
|
||||||
|
Comment=uwu
|
||||||
|
Exec=/home/kaoplo/.dwm/autostart.sh
|
||||||
|
Icon=dwm
|
||||||
|
Type=XSession
|
Loading…
Reference in a new issue