dotfiles-old/.local/init/wms/bspwm.sh

13 lines
318 B
Bash
Raw Normal View History

2022-03-10 03:42:22 +00:00
#!/usr/bin/env sh
xrdb ~/.config/.Xresources
sxhkd -c ~/.config/sxhkd/sxhkdrc_bspwm &
dunst &
picom &
redshift &
sh ~/.fehbg &
devmon --mount-options "exec,nosuid,nodev,noatime" &
[ -z "$(pgrep scrond)" ] && scrond -f ~/.config/crontab &
[ -z "$(pgrep transmission)" ] && sh ~/.local/scripts/trans-init &
exec bspwm