diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-06 02:35:00 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-06 02:35:00 +0300 |
commit | 64c32afca8b5d52809bffeaa5bedc44579f97939 (patch) | |
tree | d1d9dc92881b36db04be2e9c0eee5112a3255e52 /dotfiles/.local/bin/picinpic | |
parent | cbfd974f652a12c601a95ea6d364549f45cb87e3 (diff) | |
download | swayrice-64c32afca8b5d52809bffeaa5bedc44579f97939.tar.gz swayrice-64c32afca8b5d52809bffeaa5bedc44579f97939.zip |
🤦♂️
Diffstat (limited to 'dotfiles/.local/bin/picinpic')
-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" |