diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 16:38:33 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 16:38:33 +0200 |
commit | c5741b4e39568d9d7edf7a2285ee2b8d82d397bc (patch) | |
tree | 3ef5cc19be3d283c0399a1b7d581eef560717402 /.config/x11 | |
parent | revert (diff) | |
download | dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.gz dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.bz2 dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.xz dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.zst dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.zip |
switched to picom
Diffstat (limited to '.config/x11')
-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 ee31ce5..04b65c3 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,7 +7,7 @@ startif() { "$HOME"/.local/bin/scrmain "$HOME"/.local/bin/kb startif dunst -startif compton +startif picom pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 startif mpd-notification startif lowbat |