glurp : oups j'ai mal codé
This commit is contained in:
parent
d1ed4ae184
commit
219e75adea
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@ esac
|
|||
# c* = clip, f* = file
|
||||
case "$2" in
|
||||
c*)
|
||||
grim="${grim} -o -"
|
||||
grim="${grim} -"
|
||||
clipboard="| wl-copy -t image/png"
|
||||
;;
|
||||
f*)
|
||||
grim="${grim} -o '$(screenshot_path)'"
|
||||
grim="${grim} '$(screenshot_path)'"
|
||||
;;
|
||||
*) error_usage ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue