Getting rid of selector-bluetooth - bluetuith is better.

This commit is contained in:
Bartek Stalewski 2023-11-15 15:49:01 +01:00
parent f8e32f4fc7
commit ce732de93f
2 changed files with 0 additions and 300 deletions

View file

@ -24,7 +24,6 @@ else:
Key([mod], "space", lazy.spawncmd()),
Key([mod], "e", lazy.spawn("selector-chars")),
Key([mod, "control"], "a", lazy.spawn("selector-audio")),
Key([mod, "control"], "b", lazy.spawn("selector-bluetooth")),
# media keys
Key([], "XF86AudioMute", lazy.spawn("pactl set-sink-mute @DEFAULT_SINK@ toggle")),
Key([], "XF86AudioMicMute", lazy.spawn("sb-volume micmute")),