diff options
-rwxr-xr-x | dotfiles/.local/bin/picinpic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/picinpic b/dotfiles/.local/bin/picinpic index 1005d6b..98be777 100755 --- a/dotfiles/.local/bin/picinpic +++ b/dotfiles/.local/bin/picinpic @@ -12,7 +12,7 @@ posy=$(($resy - $sy - 40)) swaymsg resize set "$sx" "$sy" if [ "$1" = "left" ]; then - swaymsg move position -- "$((0 - 15))" "$posy" + swaymsg move position -- "-15" "$posy" exit fi swaymsg move position -- "$posx" "$posy" |