Added a new script.
This commit is contained in:
parent
5f9b2731fd
commit
55eb7d6a74
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue