1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-02-09 12:14:42 +01:00
commit 01ee2312f0
6 changed files with 43 additions and 43 deletions

View File

@ -1,5 +1,3 @@
# vim:set ft=sh
if has_option allow-user-resources && [ -f "$USRRESOURCES" ]; then
xrdb -merge $USRRESOURCES
fi
xrdb -merge $USRRESOURCES

View File

@ -0,0 +1 @@
# vim:set ft=sh

View File

@ -7,8 +7,8 @@ start() {
remaps
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
start playerctld daemon
start picom --experimental-backends
start unclutter -noevents
start picom
start unclutter
start dunst
start pipewire
start dwmblocks

View File

@ -0,0 +1 @@
# vim:set ft=sh