Using a config made dmenu.

This commit is contained in:
Crony Akatsuki 2022-07-17 11:03:13 +02:00
parent 587f300ac7
commit 321f370263
19 changed files with 63 additions and 28 deletions

View file

@ -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