Added a new script.
This commit is contained in:
parent
5f9b2731fd
commit
55eb7d6a74
3
dmenurepos
Executable file
3
dmenurepos
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
find "$1" -xdev -maxdepth 1 -type d | dmenu -l 5 | xargs -I {} alacritty --working-directory {}
|
Loading…
Reference in New Issue
Block a user