From 822460668136332b9ba8d00c74904fb8f93d1699 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 2 Jan 2024 18:32:28 +0000 Subject: Updated scripts --- sxiv-launch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 sxiv-launch (limited to 'sxiv-launch') diff --git a/sxiv-launch b/sxiv-launch new file mode 100755 index 0000000..928b6c7 --- /dev/null +++ b/sxiv-launch @@ -0,0 +1,4 @@ +#!/bin/bash + +folder=$(find ~ -type d | dmenu -p "Choose a folder: " -l 25) +sxiv $folder/ -- cgit v1.2.3