added bitwarden dropdown

This commit is contained in:
paul-loedige
2021-02-06 14:04:39 +01:00
parent b0a078ddb2
commit 218e9dd4cc
+7
View File
@@ -36,6 +36,11 @@ groups.append(
'pcmanfm', 'pcmanfm',
on_focus_lost_hide=False on_focus_lost_hide=False
), ),
DropDown(
'bitwarden',
'bitwarden',
on_focus_lost_hide=False,
),
DropDown( DropDown(
'password manager', 'password manager',
'keepassxc', 'keepassxc',
@@ -73,6 +78,8 @@ keys.extend([
desc="open the dropdown pavucontrol"), desc="open the dropdown pavucontrol"),
Key(['mod1','control'],'e',lazy.group['scratchpad'].dropdown_toggle('filemanager'), Key(['mod1','control'],'e',lazy.group['scratchpad'].dropdown_toggle('filemanager'),
desc="open the dropdown filemanager"), desc="open the dropdown filemanager"),
Key(['mod1','control'],'b',lazy.group['scratchpad'].dropdown_toggle('bitwarden'),
desc="open the dropdown password manager KeePassXC"),
Key(['mod1','control'],'p',lazy.group['scratchpad'].dropdown_toggle('password manager'), Key(['mod1','control'],'p',lazy.group['scratchpad'].dropdown_toggle('password manager'),
desc="open the dropdown password manager KeePassXC"), desc="open the dropdown password manager KeePassXC"),
Key(['mod1','control'],'w',lazy.group['scratchpad'].dropdown_toggle('WhatsApp'), Key(['mod1','control'],'w',lazy.group['scratchpad'].dropdown_toggle('WhatsApp'),