Using a config made dmenu.
This commit is contained in:
parent
587f300ac7
commit
321f370263
19 changed files with 63 additions and 28 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
# dmenu script to run one of my most runned programs
|
||||
|
||||
source $HOME/.config/dmenu/config
|
||||
|
||||
declare -a software=(
|
||||
"bitwarden-desktop"
|
||||
"megasync"
|
||||
|
@ -9,7 +11,7 @@ declare -a software=(
|
|||
"discord"
|
||||
)
|
||||
|
||||
choice=$(printf "%s\n" "${software[@]}" | dmenu -p "Choose software to run")
|
||||
choice=$(printf "%s\n" "${software[@]}" | $DMENU -p "Choose software to run")
|
||||
|
||||
[ -n $choice ] || exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue