diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-19 21:10:40 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-19 21:10:40 +0100 |
| commit | 7811de856ee173de081c40a2bbcb4baf39a63f29 (patch) | |
| tree | 5c163a3c8de4fb75bd2de6f0d7aa7b339bd183d0 /.config | |
| parent | af215687c5284309fd71561e7657f9974b068281 (diff) | |
Changed keybinding to stop wf-recorder to CS+BackSpace
Diffstat (limited to '.config')
| -rw-r--r-- | .config/cow/cow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
