scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

commit 8e5778d79e3e470af48b5a08a9fe695b52d74b94
parent d120ebe6b988f7a1a0bbf79010cfd8a27960d9f5
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 21 Jun 2023 08:53:57 +0200

Revert wrong quoting

Diffstat:
Mdmenu-screenshot | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dmenu-screenshot b/dmenu-screenshot @@ -36,5 +36,5 @@ else pkill xbanish # otherwise I can't use mouse to select area fi -[ -n "$t" ] && sleep 0.1 && import "$op" "$filepath" +[ -n "$t" ] && sleep 0.1 && import $op "$filepath" spawn xbanish # This can be removed if you don't use xbanish