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

@ -1,5 +1,7 @@
#!/bin/sh
choice=$(dmenu_path | grep dmenu- | dmenu -p "Choose script to run:")
source $HOME/.config/dmenu/config
choice=$(dmenu_path | grep dmenu- | $DMENU -p "Choose script to run:")
$choice