dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 74f1860b81d776cf5d83e8c0c5a453eebf0466ce
parent bcb021d53913bfdfe74152769516a50a558561f2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  8 Jan 2020 10:43:25 +0100

Suppress output from gopher process

Diffstat:
M.local/bin/linkhandler | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler @@ -38,7 +38,7 @@ handle_url() { notify-send "${0##*/}" "open as doi" action="open" ;; gopher://*) - nohup $TERMINAL sacc "$url" & + nohup $TERMINAL sacc "$url" >/dev/null 2>&1 & ;; *) action="$(printf "open\nopen (tbb)\nxclip\nducksearch\nmap\nbookmark\ndownload\nhtml to pdf\nsci-hub\nscholarref\nmpv\nxdg-open\nyoutube-dl\nyoutube-dl-music\ndefine" | \