shortcuts for connecting to headphones
This commit is contained in:
parent
0e74713103
commit
bec4352a7e
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ binds {
|
||||||
Mod+Semicolon hotkey-overlay-title="Run an Application: bemenu" { spawn "bemenu-run"; }
|
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+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"; }
|
Mod+E { spawn "emacsclient" "--create-frame" "-a" "emacs"; }
|
||||||
|
|
||||||
XF86AudioRaiseVolume allow-when-locked=true { spawn "sh" "-c" "~/.config/niri/volume.sh up"; }
|
XF86AudioRaiseVolume allow-when-locked=true { spawn "sh" "-c" "~/.config/niri/volume.sh up"; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue