mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-11 12:59:38 +00:00
add keybind to launch password manager
This commit is contained in:
parent
028a0569fb
commit
26d5d44c96
@ -15,6 +15,7 @@ LAUNCHER = "rofi -icon-theme 'Paper' -show-icons -show drun"
|
|||||||
WEB = "firefox"
|
WEB = "firefox"
|
||||||
FILE_MANAGER = "pcmanfm --no-desktop -n"
|
FILE_MANAGER = "pcmanfm --no-desktop -n"
|
||||||
CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -run-command '{cmd}'"
|
CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -run-command '{cmd}'"
|
||||||
|
PASSWORD_MANAGER = "bitwarden-desktop"
|
||||||
SCREENSHOT = "gnome-screenshot"
|
SCREENSHOT = "gnome-screenshot"
|
||||||
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
||||||
ZOOM_UTILITY = "boomer"
|
ZOOM_UTILITY = "boomer"
|
||||||
@ -41,6 +42,7 @@ keys = [
|
|||||||
Key([MOD], "w", lazy.spawn(WEB), desc="Open web browser"),
|
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], "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], "f", lazy.spawn(FILE_MANAGER), desc="Open file manager"),
|
||||||
|
Key([MOD], "b", lazy.spawn(PASSWORD_MANAGER), desc="Open password manager"),
|
||||||
# Closes window.
|
# Closes window.
|
||||||
Key([MOD], "q", lazy.window.kill(), desc="Kill focused window"),
|
Key([MOD], "q", lazy.window.kill(), desc="Kill focused window"),
|
||||||
# Switch between windows
|
# Switch between windows
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user