From 947bf93c92da3f7a9fe99108b29188c0882f053a Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 26 Feb 2021 01:26:13 +0100 Subject: [PATCH] fix save quake-terminal position --- bin/mabox-terminal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mabox-terminal b/bin/mabox-terminal index 2d7edea..8c85a5c 100755 --- a/bin/mabox-terminal +++ b/bin/mabox-terminal @@ -33,7 +33,7 @@ fi __save() { eval $(xdotool getwindowgeometry --shell $(xdotool getactivewindow)) - echo "${WIDTH}x${HEIGHT}+${X}+${Y}" >> $GEOMETRY_FILE + echo "${WIDTH}x${HEIGHT}+${X}+${Y}" > $GEOMETRY_FILE } __reset() {