diff --git a/qtile/.config/qtile/Groups.py b/qtile/.config/qtile/Groups.py index f11f139..d6f9079 100644 --- a/qtile/.config/qtile/Groups.py +++ b/qtile/.config/qtile/Groups.py @@ -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'),