Using a config made dmenu.
This commit is contained in:
parent
587f300ac7
commit
321f370263
19 changed files with 63 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue