From 7d2b7ededbc49d62714fa04f6ba9dce6919c1037 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 24 Jun 2024 10:55:02 +0200 Subject: [utilities.screenshot] change "Images" to "Pictures" folder --- .local/bin/screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/screenshot b/.local/bin/screenshot index 78b6d19..ef1a242 100755 --- a/.local/bin/screenshot +++ b/.local/bin/screenshot @@ -1,3 +1,3 @@ #!/bin/zsh -GRIM_DEFAULT_DIR=$HOME/Images/Screenshots grim $@ +GRIM_DEFAULT_DIR=$HOME/Pictures/Screenshots grim $@ -- cgit v1.2.3