diff options
author | Joe <rbo@gmx.us> | 2025-09-02 08:44:52 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-02 08:44:52 +0200 |
commit | bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b (patch) | |
tree | 1d3a7de4cd2463d15e2c31c033e4861fa29cce40 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.gz dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.bz2 dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.xz dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.tar.zst dotfiles-bsd-bc58611527df2d4a1c38ca6cb4d58ecc8cb3911b.zip |
Diffstat (limited to '.config')
-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 63d8141..8d033d2 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -80,7 +80,7 @@ export LANG='en_US.UTF-8' --output VIRTUAL-1 --off dunst_shit -startif picom +[ $host = "po-rbo" ] && startif picom pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 xset s off xset -dpms |