From 7811de856ee173de081c40a2bbcb4baf39a63f29 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 19 Aug 2026 21:10:40 +0100 Subject: Changed keybinding to stop wf-recorder to CS+BackSpace --- .config/cow/cow.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/cow') diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index d86b0f2..3577f6b 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -343,7 +343,7 @@ bind CS+Print exec sh "$HOME/.local/bin/screenrecord.sh focused-window" bind CL+Print exec sh "$HOME/.local/bin/screenrecord.sh selected-region" # Stop all screen recording -bind CS+r exec "pkill -SIGINT wf-recorder" +bind CS+BackSpace exec "pkill -SIGINT wf-recorder" # Raise cowpager and cowbuttons bind LS+b script { -- cgit v1.3