added deepl as dropdown
This commit is contained in:
@@ -12,7 +12,7 @@ group_names = [("","Home", 'h',{'layout': 'monadtall'}),
|
|||||||
("","Documents", 'l',{'layout': 'monadtall'}),
|
("","Documents", 'l',{'layout': 'monadtall'}),
|
||||||
("ﱘ","Music", 'u',{'layout': 'monadtall', 'matches' : [Match(wm_class="spotify")]}),
|
("ﱘ","Music", 'u',{'layout': 'monadtall', 'matches' : [Match(wm_class="spotify")]}),
|
||||||
("","Video", 'v',{'layout': 'monadtall', 'matches' : [Match(wm_class="vlc")]}),
|
("","Video", 'v',{'layout': 'monadtall', 'matches' : [Match(wm_class="vlc")]}),
|
||||||
("ﭮ","Discord", 'd',{'layout': 'monadtall', 'matches':[Match(wm_class="discord")]}),
|
("ﭮ","VideoChat", 'z',{'layout': 'monadtall', 'matches':[Match(wm_class="discord")]}),
|
||||||
("","ClickUp", 'k',{'layout': 'monadtall', 'matches' : [Match(wm_class="clickup")]}),
|
("","ClickUp", 'k',{'layout': 'monadtall', 'matches' : [Match(wm_class="clickup")]}),
|
||||||
("一","etc1", '1', {'layout': 'monadtall'}),
|
("一","etc1", '1', {'layout': 'monadtall'}),
|
||||||
("二","etc2", '2', {'layout': 'monadtall'}),
|
("二","etc2", '2', {'layout': 'monadtall'}),
|
||||||
@@ -93,6 +93,15 @@ groups.append(
|
|||||||
on_focus_lost_hide=False,
|
on_focus_lost_hide=False,
|
||||||
opacity=1
|
opacity=1
|
||||||
),
|
),
|
||||||
|
DropDown(
|
||||||
|
'Deepl',
|
||||||
|
'surf deepl.com',
|
||||||
|
height = 0.5,
|
||||||
|
width = 0.8,
|
||||||
|
x = 0.1,
|
||||||
|
on_focus_lost_hide=False,
|
||||||
|
opacity=1
|
||||||
|
),
|
||||||
DropDown(
|
DropDown(
|
||||||
'Telegram',
|
'Telegram',
|
||||||
'telegram-desktop',
|
'telegram-desktop',
|
||||||
@@ -138,4 +147,6 @@ keys.extend([
|
|||||||
desc="open the dropdown for Telegram"),
|
desc="open the dropdown for Telegram"),
|
||||||
Key(['mod1','control'],'q',lazy.group['scratchpad'].dropdown_toggle('Qalculate!'),
|
Key(['mod1','control'],'q',lazy.group['scratchpad'].dropdown_toggle('Qalculate!'),
|
||||||
desc="open the dropdown for Qalculate!"),
|
desc="open the dropdown for Qalculate!"),
|
||||||
|
Key(['mod1','control'],'d',lazy.group['scratchpad'].dropdown_toggle('Deepl'),
|
||||||
|
desc="open the dropdown for Deepl")
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user