added telegram dropdown
This commit is contained in:
@@ -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!"),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user