dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 67ccd74cf03dbb1ccd6f59918d7480841d3bb04b
parent d29b1fd20c3cd6bd8d384a49b8b732ba886e2b2b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 17 Apr 2020 21:25:06 +0200

Disable screenrecord X notification when recording successfully ends

Diffstat:
M.local/bin/screenrecord | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/screenrecord b/.local/bin/screenrecord @@ -26,7 +26,7 @@ startrecording() { stoprecording() { kill "$(cat "$lockfile")" rm -f "$lockfile" - notify-send "${0##*/}" 'recording ended' + #notify-send "${0##*/}" 'recording ended' } if [ -f "$lockfile" ]; then