Skip to content

Commit

Permalink
Was causing a bug on X11
Browse files Browse the repository at this point in the history
  • Loading branch information
thebitstick committed May 28, 2020
1 parent 1080a6a commit ba0f14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsubasa.fish
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ function screenshot

if test "$arg" = ""
check_verbosity "gnome-screenshot --file='$fullname' --clipboard"
gnome-screenshot --file="$fullname" --clipboard
gnome-screenshot --file="$fullname"
else
check_verbosity "gnome-screenshot --$arg --file='$fullname' --clipboard"
gnome-screenshot --"$arg" --file="$fullname" --clipboard
gnome-screenshot --"$arg" --file="$fullname"
end

if test ! -f $fullname
Expand Down

0 comments on commit ba0f14a

Please sign in to comment.