aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-06 02:35:00 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-06 02:35:00 +0300
commit64c32afca8b5d52809bffeaa5bedc44579f97939 (patch)
treed1d9dc92881b36db04be2e9c0eee5112a3255e52 /dotfiles/.local
parentcbfd974f652a12c601a95ea6d364549f45cb87e3 (diff)
downloadswayrice-64c32afca8b5d52809bffeaa5bedc44579f97939.tar.gz
swayrice-64c32afca8b5d52809bffeaa5bedc44579f97939.zip
🤦‍♂️
Diffstat (limited to 'dotfiles/.local')
-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"