1
0
Fork 0
dotfiles/.config/X11/xinitrc.d/80autostart

18 lines
272 B
Bash
Executable file

#!/bin/sh
start() {
pidof -sx $1 || $@ &
}
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
start remaps
start checkup
start playerctld daemon
start picom
start unclutter -noevents
start dunst
start pipewire
start wireplumber
start dwmblocks
start remapd