Added a new script.

This commit is contained in:
CronyAkatsuki 2021-03-13 19:30:19 +01:00
parent 5f9b2731fd
commit 55eb7d6a74

3
dmenurepos Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
find "$1" -xdev -maxdepth 1 -type d | dmenu -l 5 | xargs -I {} alacritty --working-directory {}