dotfiles

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

commit 1db2a5af55abd585592c0c4d2abd9b948f9daae3
parent a0a5074f821b4244403fc2b0a4b19a59a01986ae
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  1 Mar 2021 10:50:25 +0100

maimpick: suppress maim error output

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

diff --git a/.local/bin/maimpick b/.local/bin/maimpick @@ -73,5 +73,5 @@ if [ "$target" = "file" ]; then else f="$(mktemp).png" fi -take_screenshot "$mode" "$f" +take_screenshot "$mode" "$f" 2>/dev/null post_process_output "$f"