add keybind to launch password manager

This commit is contained in:
Guilherme Rugai Freire 2022-05-29 16:50:52 -03:00
parent 028a0569fb
commit 26d5d44c96
No known key found for this signature in database
GPG Key ID: FC05BE5CD322C427

View File

@ -15,6 +15,7 @@ LAUNCHER = "rofi -icon-theme 'Paper' -show-icons -show drun"
WEB = "firefox"
FILE_MANAGER = "pcmanfm --no-desktop -n"
CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -run-command '{cmd}'"
PASSWORD_MANAGER = "bitwarden-desktop"
SCREENSHOT = "gnome-screenshot"
SCREENSHOT_UTILITY = "gnome-screenshot -i"
ZOOM_UTILITY = "boomer"
@ -41,6 +42,7 @@ keys = [
Key([MOD], "w", lazy.spawn(WEB), desc="Open web browser"),
Key([MOD], "p", lazy.spawn(WEB_QUICK_OPEN), desc="Open web browser quick launcher"),
Key([MOD], "f", lazy.spawn(FILE_MANAGER), desc="Open file manager"),
Key([MOD], "b", lazy.spawn(PASSWORD_MANAGER), desc="Open password manager"),
# Closes window.
Key([MOD], "q", lazy.window.kill(), desc="Kill focused window"),
# Switch between windows