aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/picinpic
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/picinpic')
-rwxr-xr-xdotfiles/.local/bin/picinpic2
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"