shortcuts for connecting to headphones

This commit is contained in:
William Ball 2025-08-11 19:18:23 -07:00
parent 0e74713103
commit bec4352a7e
Signed by: wball
GPG key ID: B8682D8137B70765

View file

@ -95,6 +95,9 @@ binds {
Mod+Semicolon hotkey-overlay-title="Run an Application: bemenu" { spawn "bemenu-run"; }
Mod+Ctrl+O hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Mod+B { spawn "bluetoothctl" "connect" "88:C9:E8:D7:60:85"; }
Mod+Shift+B { spawn "bluetoothctl" "disconnect" "88:C9:E8:D7:60:85"; }
Mod+E { spawn "emacsclient" "--create-frame" "-a" "emacs"; }
XF86AudioRaiseVolume allow-when-locked=true { spawn "sh" "-c" "~/.config/niri/volume.sh up"; }