From 365274e5e22b681796f07ec9002f2e5f39a77395 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 27 Jul 2025 14:26:58 +0200 Subject: default-config: Add a bind to toggle orca (screen reader) Signed-off-by: Ivan Molodetskikh --- resources/default-config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index a053f122..7f1d92a8 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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. -- cgit