default-config: Add a bind to toggle orca (screen reader)

Signed-off-by: Ivan Molodetskikh <yalterz@gmail.com>
This commit is contained in:
Ivan Molodetskikh
2025-07-27 14:26:58 +02:00
parent 672bf3e1ff
commit 365274e5e2

View File

@@ -365,7 +365,8 @@ binds {
// You can also use a shell. Do this if you need pipes, multiple commands, etc.
// Note: the entire command goes as a single argument in the end.
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
// For example, this is a standard bind to toggle the screen reader (orca).
Super+Alt+S hotkey-overlay-title=null { spawn "sh" "-c" "pkill orca || exec orca"; }
// Example volume keys mappings for PipeWire & WirePlumber.
// The allow-when-locked=true property makes them work even when the session is locked.