added telegram dropdown

This commit is contained in:
paul-loedige
2021-11-03 19:12:08 +01:00
parent d59475b6b6
commit e0fa2f3110
+11
View File
@@ -78,6 +78,15 @@ groups.append(
x = 0.1,
on_focus_lost_hide=False,
opacity=1
),
DropDown(
'Telegram',
'telegram-desktop',
height = 0.5,
width = 0.8,
x = 0.1,
on_focus_lost_hide=False,
opacity=1
)
])
)
@@ -108,6 +117,8 @@ keys.extend([
desc="open the dropdown for Signal"),
Key(['mod1','control'],'s',lazy.group['scratchpad'].dropdown_toggle('Slack'),
desc="open the dropdown for Slack"),
Key(['mod1','control'],'t',lazy.group['scratchpad'].dropdown_toggle('Telegram'),
desc="open the dropdown for Telegram"),
Key(['mod1','control'],'q',lazy.group['scratchpad'].dropdown_toggle('Qalculate!'),
desc="open the dropdown for Qalculate!"),
])