Feat: Open mocp with TERM

This commit is contained in:
Bertrand Benjamin 2021-10-31 20:32:35 +01:00
parent 99517cf4e4
commit 4f07c62070
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ groups.append(
"scratchpad", "scratchpad",
[ [
DropDown( DropDown(
"music", "st mocp", x=0.25, y=0.25, height=0.5, width=0.5, opacity=0.8 "music", term+"mocp", x=0.25, y=0.25, height=0.5, width=0.5, opacity=0.8
), ),
], ],
), ),