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'";