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 4953d4930fb440ff3b5a3707d1443ad67417c163
parent 97d9b8810814dfc50b08dc67b21d28cc730a4dba
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  9 Sep 2019 09:59:28 +0200

Fix indentation

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

diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler @@ -18,7 +18,7 @@ for url in "$@"; do action="comic" ;; *) action="$(printf "open\nopen (tbb)\nxclip\nbookmark\ncurl\nhtml to pdf\nsci-hub\nadd bibref\nmpv\nxdg-open\nyoutube-dl\nyoutube-dl-music" | \ - dmenu_themed -i -p "action:")";; + dmenu_themed -i -p "action:")";; esac case "$action" in