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 7aea4ba68435b18ccb440a4f2f5a9ddc1c2beb0a
parent 511612b8f3e0fb380c5d1ea4f87addb6cf65a3a0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 29 Oct 2019 13:05:16 +0100

Save fullscreen captures as png

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

diff --git a/.local/bin/maimfull b/.local/bin/maimfull @@ -1,2 +1,2 @@ #!/bin/sh -maim ~/tmp/pic-full-$(date '+%y%m%d-%H%M-%S') +maim ~/tmp/pic-full-$(date '+%y%m%d-%H%M-%S').png