diff options
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 { |
