Using a config made dmenu.
This commit is contained in:
parent
587f300ac7
commit
321f370263
19 changed files with 63 additions and 28 deletions
|
@ -2,9 +2,11 @@
|
|||
|
||||
# script to download a file from that has it's link in clipboard
|
||||
|
||||
source $HOME/.config/dmenu/config
|
||||
|
||||
# a functions that list all everything in a directory and gives back the chosen one
|
||||
choice (){
|
||||
(ls -1 -a | dmenu -l 30 -p "Choose where to download")
|
||||
(ls -1 -a | $DMENU -l 30 -p "Choose where to download")
|
||||
}
|
||||
|
||||
# first choice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue