From 4f07c62070986afaae59cc1acbc017395e76bf89 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 31 Oct 2021 20:32:35 +0100 Subject: [PATCH] Feat: Open mocp with TERM --- qtile/.config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index c039750..9ef971d 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -145,7 +145,7 @@ groups.append( "scratchpad", [ 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 ), ], ),