From 64c32afca8b5d52809bffeaa5bedc44579f97939 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 6 Apr 2020 02:35:00 +0300 Subject: =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles/.local/bin/picinpic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local') 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" -- cgit v1.2.3