config/qtile: add toggle for bluetooth manager
This commit is contained in:
parent
0cc0392cbf
commit
9fab8b94bd
1 changed files with 5 additions and 0 deletions
|
@ -482,6 +482,7 @@ groups.append(
|
|||
[
|
||||
DropDown("calculator", "speedcrunch", x=0.2, y=0.2, width=0.6, height=0.6),
|
||||
DropDown("arandr", "arandr", x=0.2, y=0.1, width=0.6, height=0.4),
|
||||
DropDown("bluetooth", "blueman-manager", x=0.2, y=0.2, width=0.6, height=0.6),
|
||||
],
|
||||
)
|
||||
)
|
||||
|
@ -497,6 +498,10 @@ keys.extend(
|
|||
[Keys.SUPER, Keys.ALT], "m",
|
||||
lazy.group["scratchpad"].dropdown_toggle("arandr"),
|
||||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT], "b",
|
||||
lazy.group["scratchpad"].dropdown_toggle("bluetooth"),
|
||||
),
|
||||
]
|
||||
)
|
||||
# fmt: on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue