diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-15 18:30:17 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-15 18:30:17 +0200 |
commit | 27614b6ab65d0b17549a33bbffdd20d3b45b44e7 (patch) | |
tree | e4163c921c55fc71c755912179e7184ea45763c4 /.config/x11/xinitrc | |
parent | update (diff) | |
download | dotfiles-bsd-27614b6ab65d0b17549a33bbffdd20d3b45b44e7.tar.gz dotfiles-bsd-27614b6ab65d0b17549a33bbffdd20d3b45b44e7.tar.bz2 dotfiles-bsd-27614b6ab65d0b17549a33bbffdd20d3b45b44e7.tar.xz dotfiles-bsd-27614b6ab65d0b17549a33bbffdd20d3b45b44e7.tar.zst dotfiles-bsd-27614b6ab65d0b17549a33bbffdd20d3b45b44e7.zip |
update
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 611a5a3..20fe9d0 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -4,9 +4,9 @@ startif() { pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 & } -xset s off "$HOME"/.local/bin/setwp "$HOME"/.local/bin/kb +xset s off startif dunst startif picom pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 |