From 1825067fa76965f680c9e8d7435ce09733c99d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 28 Jul 2025 20:45:52 +0200 Subject: [PATCH] add river transcription keybind --- wm/river.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wm/river.nix b/wm/river.nix index 458a407..5cfcd35 100644 --- a/wm/river.nix +++ b/wm/river.nix @@ -31,6 +31,8 @@ in { focus-follows-cursor = "normal"; map = { normal = { + # transcription + "None Insert" = "spawn ~/whisper_tests/script.fish"; # screen lock & suspend "Control+Alt L" = "spawn '${lock-command}'"; "Control+Alt+Shift L" = "spawn '${lock-command} & systemctl suspend'";