From 7f11e930d549f78ddc892639b4946f616a8e0945 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 19 Aug 2026 20:06:44 +0100 Subject: Added a new script with keybindings to record the focused output, window or selected region. --- .config/cow/cow.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config/cow') diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index f001bbf..d86b0f2 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -333,6 +333,18 @@ bind L+Print exec sh "$HOME/.local/bin/screenshot.sh selected-region" # Take a screenshot and save it to the clipboard bind LS+Print exec sh "$HOME/.local/bin/screenshot.sh save-to-clipboard" +# Take a recording of the focused output +bind C+Print exec sh "$HOME/.local/bin/screenrecord.sh" + +# Take a recording of the focused window +bind CS+Print exec sh "$HOME/.local/bin/screenrecord.sh focused-window" + +# Take a recording of the selected region +bind CL+Print exec sh "$HOME/.local/bin/screenrecord.sh selected-region" + +# Stop all screen recording +bind CS+r exec "pkill -SIGINT wf-recorder" + # Raise cowpager and cowbuttons bind LS+b script { for w in (windows where w.app_id == "cowpager") { -- cgit v1.3