Merge branch 'main' of https://git.snaile.de/luca/dotfiles
This commit is contained in:
commit
01ee2312f0
6 changed files with 43 additions and 43 deletions
|
@ -1,5 +1,3 @@
|
||||||
# vim:set ft=sh
|
# vim:set ft=sh
|
||||||
|
|
||||||
if has_option allow-user-resources && [ -f "$USRRESOURCES" ]; then
|
xrdb -merge $USRRESOURCES
|
||||||
xrdb -merge $USRRESOURCES
|
|
||||||
fi
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
# vim:set ft=sh
|
|
@ -7,8 +7,8 @@ start() {
|
||||||
remaps
|
remaps
|
||||||
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
|
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
start picom --experimental-backends
|
start picom
|
||||||
start unclutter -noevents
|
start unclutter
|
||||||
start dunst
|
start dunst
|
||||||
start pipewire
|
start pipewire
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
# vim:set ft=sh
|
Loading…
Add table
Reference in a new issue