qtile: change keybind to open bluetooth mngr

This commit is contained in:
Guilherme Rugai Freire 2021-09-17 17:06:09 -03:00
parent 1b76121ee8
commit 290999bd1b
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -98,7 +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"), Key([MOD, "control"], "b", 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"),