I had some issues with this too. I got it working by adding this at the end
of my config.py file:
##############################################################################
# Scratchpad
groups.append(ScratchPad("scratchpad", [
DropDown("term", "alacritty",
on_focus_lost_hide=True),
]),
)
keys.extend([Key([], 'F12',
lazy.group['scratchpad'].dropdown_toggle("term")),])
On Tuesday, 10 November 2020 at 19:30:44 UTC [email protected] wrote:
>
> Hello guys
> I'm trying to add a drop down terminal in Qtile, but I have no success!
> I modified the code in the manual, but it messed up with my groups!
> I searched on GitHub for some examples, but I only found some external
> scripts, which I don't know how to integrate them to my config!
> Can some please, share a simple terminal scratchpad, that can I add to my
> config.py with a little modification, preferably not an external script!
>
> Thank you in advance
>
--
You received this message because you are subscribed to the Google Groups
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qtile-dev/73db4289-cd7e-475d-887e-4b99cf8596edn%40googlegroups.com.