mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: add bluetooth manager keybind
This commit is contained in:
parent
ada8914b9d
commit
77c64be3ce
@ -40,6 +40,9 @@ EMOJI_LAUNCHER = os.path.expanduser(
|
|||||||
BITWARDEN_LAUNCHER = os.path.expanduser(
|
BITWARDEN_LAUNCHER = os.path.expanduser(
|
||||||
"~/.scripts/bin/bwmenu"
|
"~/.scripts/bin/bwmenu"
|
||||||
)
|
)
|
||||||
|
BLUETOOTH_MANAGER = os.path.expanduser(
|
||||||
|
"~/.scripts/bin/rofi-bluetooth"
|
||||||
|
)
|
||||||
SHOW_KEYBINDS = f"{TERMINAL} -t Keybinds -e python3 /home/grfreire/.config/qtile/list_keybinds.py"
|
SHOW_KEYBINDS = f"{TERMINAL} -t Keybinds -e python3 /home/grfreire/.config/qtile/list_keybinds.py"
|
||||||
|
|
||||||
MEDIA_CONTROL = os.path.expanduser("~/.config/qtile/media_control.sh")
|
MEDIA_CONTROL = os.path.expanduser("~/.config/qtile/media_control.sh")
|
||||||
@ -95,6 +98,7 @@ keys = [
|
|||||||
Key([MOD], "BackSpace", lazy.spawn(POWER_MENU), desc="Open power menu"),
|
Key([MOD], "BackSpace", lazy.spawn(POWER_MENU), desc="Open power menu"),
|
||||||
Key([], "Print", lazy.spawn(SCREENSHOT), desc="Take a screenshot of all the screens"),
|
Key([], "Print", lazy.spawn(SCREENSHOT), desc="Take a screenshot of all the screens"),
|
||||||
Key([MOD], "Print", lazy.spawn(SCREENSHOT_UTILITY), desc="Open screenshot utility"),
|
Key([MOD], "Print", lazy.spawn(SCREENSHOT_UTILITY), desc="Open screenshot utility"),
|
||||||
|
Key([MOD, "control"], "c", lazy.spawn(BLUETOOTH_MANAGER), desc="Open bluetooth manager"),
|
||||||
# Clipboard
|
# Clipboard
|
||||||
Key([MOD, "shift"], "c", lazy.spawn(CLIPBOARD_MANAGER), desc="Launch clipboard manager"),
|
Key([MOD, "shift"], "c", lazy.spawn(CLIPBOARD_MANAGER), desc="Launch clipboard manager"),
|
||||||
Key([MOD, ALT], "c", lazy.spawn(COLOR_PICKER), desc="Launch colorpicker"),
|
Key([MOD, ALT], "c", lazy.spawn(COLOR_PICKER), desc="Launch colorpicker"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user