diff --git a/.zshc/func.zsh b/.zshc/func.zsh index 1ce907f..9d17828 100755 --- a/.zshc/func.zsh +++ b/.zshc/func.zsh @@ -129,9 +129,9 @@ function spectacle-screenshot { trap 'rm -f "$file"' ERR if $save_recording; then - command spectacle --nonotify --background --record=region --copy-image --output "$file" + command spectacle --nonotify --background --record=region --pointer --copy-image --output "$file" else - command spectacle --nonotify --background --region --copy-image --output "$file" + command spectacle --nonotify --background --region --pointer --copy-image --output "$file" fi [ ! -s "$file" ] && return 1