mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: add firefox quick launcher
This commit is contained in:
parent
8404055114
commit
eec579b098
@ -23,12 +23,16 @@ FILE_MANAGER = "nautilus -w"
|
||||
POWER_MENU = os.path.expanduser(
|
||||
"~/.local/bin/simple-power-menu"
|
||||
) # https://github.com/GRFreire/simple-power-menu
|
||||
WEB_QUICK_OPEN = os.path.expanduser(
|
||||
"~/.local/bin/firefox-quick-keywords"
|
||||
) # https://github.com/GRFreire/firefox-quick-keywords
|
||||
|
||||
keys = [
|
||||
# Launch programs
|
||||
Key([MOD], "Return", lazy.spawn(TERMINAL), desc="Launch terminal"),
|
||||
Key([MOD], "r", lazy.spawn(LAUNCHER), desc="Open application launcher"),
|
||||
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"),
|
||||
# Closes window.
|
||||
Key([MOD], "q", lazy.window.kill(), desc="Kill focused window"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user