From 97487ed1431ed0cfa4f5b6facd69dbd0f13911f4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Mar 2023 19:53:22 +0100 Subject: renamed dmscripts to guiscripts --- bin/dmscripts/dmfm | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 bin/dmscripts/dmfm (limited to 'bin/dmscripts/dmfm') diff --git a/bin/dmscripts/dmfm b/bin/dmscripts/dmfm deleted file mode 100755 index 34a9e2c..0000000 --- a/bin/dmscripts/dmfm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -file=1 -while [ "$file" ]; do - file=$(ls -1 --group-directories-first | dmenu -i -l 8 -g 1 -p "$(basename $(pwd)):") - if [ -e "$file" ]; then - owd=$(pwd) - if [ -d "$file" ]; then - cd "$file" - else [ -f "$file" ] - if which xdg-open &> /dev/null; then - exec xdg-open "$owd/$file" & - unset file - fi - fi - fi -done -- cgit v1.2.3