diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-30 11:34:31 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-30 11:34:31 +0200 |
commit | 4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38 (patch) | |
tree | 053b2e441e2bc9d959195ce3a676ada15f057ec5 | |
parent | Added go2work config (diff) | |
download | dotfiles-bsd-4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38.tar.gz dotfiles-bsd-4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38.tar.bz2 dotfiles-bsd-4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38.tar.xz dotfiles-bsd-4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38.tar.zst dotfiles-bsd-4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38.zip |
Fix for powerful computers
-rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 20fe9d0..fcdb018 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -4,14 +4,14 @@ startif() { pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 & } +pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 "$HOME"/.local/bin/setwp "$HOME"/.local/bin/kb xset s off startif dunst startif picom -pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 -startif mpd-notification startif lowbat +startif mpd-notification cd "$HOME" xrdb "$HOME"/.config/x11/xresources notify-send -u normal 'Welcome' " Welcome back, partner\!" |