qtile: set on_focus_lost_hide to false on calculator sratchpad

This commit is contained in:
Guilherme Rugai Freire 2022-05-29 16:34:34 -03:00
parent cf65e56b03
commit 069a0474e6
No known key found for this signature in database
GPG Key ID: FC05BE5CD322C427

View File

@ -121,7 +121,7 @@ group_names = [
scratch_pads = [
[
DropDown("calculator", CALCULATOR, x=0.75, y=0.45, width=0.2, height=0.4, opacity=0.9),
DropDown("calculator", CALCULATOR, x=0.75, y=0.45, width=0.2, height=0.4, opacity=0.9, on_focus_lost_hide=False),
[[MOD], "c"]
],
[