Using a config made dmenu.
This commit is contained in:
parent
587f300ac7
commit
321f370263
19 changed files with 63 additions and 28 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
# A script to run my game specifiy ryzenadj scripts
|
||||
|
||||
source $HOME/.config/dmenu/config
|
||||
|
||||
# cd into the given directory
|
||||
cd $1
|
||||
|
||||
profile=$(ls -1 -A | dmenu -l 30 -p "Choose your file!")
|
||||
profile=$(ls -1 -A | $DMENU -l 5 -p "Choose your file!")
|
||||
|
||||
[ -n "$profile" ] || exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue