diff options
author | Joe <rbo@gmx.us> | 2024-08-16 17:31:19 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-08-16 17:31:19 +0200 |
commit | 5c731522e1b739212d84fe9160d321d3a39c19be (patch) | |
tree | 33a10bf301e98fdff23933de31247a86f0687322 | |
parent | up (diff) | |
download | dotfiles-bsd-5c731522e1b739212d84fe9160d321d3a39c19be.tar.gz dotfiles-bsd-5c731522e1b739212d84fe9160d321d3a39c19be.tar.bz2 dotfiles-bsd-5c731522e1b739212d84fe9160d321d3a39c19be.tar.xz dotfiles-bsd-5c731522e1b739212d84fe9160d321d3a39c19be.tar.zst dotfiles-bsd-5c731522e1b739212d84fe9160d321d3a39c19be.zip |
up
-rw-r--r-- | .config/lf/lfrc | 2 | ||||
-rw-r--r-- | .config/x11/xinitrc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 7c83345..dc96a65 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -30,7 +30,7 @@ cmd open ${{ lf -remote "send toggle" done & ;; - audio/*) setsid $TERM -e mpv --no-audio-display --audio-channels=stereo $fx & ;; + audio/*) setsid $TERMINAL -e mpv --no-audio-display --audio-channels=stereo $fx & ;; video/*) setsid mpv --really-quiet --audio-channels=stereo $fx >/dev/null 2>&1 & ;; *opendocument*) odt2txt $f | $PAGER ;; application/pdf|application/vnd*|application/epub*) setsid zathura $fx >/dev/null 2>&1 ;; diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 9fdf72b..eed5797 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -58,7 +58,6 @@ dunst_shit() { start_apps() { startif copyq startif nextcloud - [ $host = "po-rbo" ] && echo ads >/tmp/qwe || return startif rclone-browser startif teams startif thunderbird |