added bitwarden dropdown
This commit is contained in:
@@ -36,6 +36,11 @@ groups.append(
|
||||
'pcmanfm',
|
||||
on_focus_lost_hide=False
|
||||
),
|
||||
DropDown(
|
||||
'bitwarden',
|
||||
'bitwarden',
|
||||
on_focus_lost_hide=False,
|
||||
),
|
||||
DropDown(
|
||||
'password manager',
|
||||
'keepassxc',
|
||||
@@ -73,6 +78,8 @@ keys.extend([
|
||||
desc="open the dropdown pavucontrol"),
|
||||
Key(['mod1','control'],'e',lazy.group['scratchpad'].dropdown_toggle('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'),
|
||||
desc="open the dropdown password manager KeePassXC"),
|
||||
Key(['mod1','control'],'w',lazy.group['scratchpad'].dropdown_toggle('WhatsApp'),
|
||||
|
||||
Reference in New Issue
Block a user