1
0
Fork 0
dotfiles/.config/X11/xsession.d/80autostart
2024-02-02 17:10:41 +01:00

19 lines
446 B
Bash
Executable file

#!/bin/sh
# shellcheck disable=SC2068,SC2086
start() {
pidof -sx $1 || $@ >"${HOME}/.local/log/${1}.log" 2>&1 &
}
start xwallpaper --zoom "${XDG_DATA_HOME}/bg"
start pipewire
start remaps -qd
start checkup
start playerctld daemon
start picom
start unclutter -noevents
start dunst
start syncthingtray
start system-config-printer-applet
start "$HOME/.local/libexec/daemons/remapd"
start env PATH="$HOME/.local/libexec/statusbar:$PATH" dwmblocks