added dropdown for qalculate!

This commit is contained in:
paul-loedige
2021-08-19 16:58:55 +02:00
parent 33d82ad1de
commit 7046c98d3b
+11
View File
@@ -61,6 +61,15 @@ groups.append(
on_focus_lost_hide=False,
opacity = 1
),
DropDown(
'Qalculate!',
'qalculate-gtk',
height = 0.5,
width = 0.5,
x = .25,
on_focus_lost_hide=True,
opacity = 1
),
])
)
@@ -88,4 +97,6 @@ keys.extend([
desc="open the dropdown for WhatsApp"),
Key(['mod1','control'],'i',lazy.group['scratchpad'].dropdown_toggle('Signal'),
desc="open the dropdown for Signal"),
Key(['mod1','control'],'q',lazy.group['scratchpad'].dropdown_toggle('Qalculate!'),
desc="open the dropdown for Qalculate!"),
])