summaryrefslogtreecommitdiff
path: root/scripts/Scripts/screentool
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-04-05 11:30:32 +0200
committerJulian T <julian@jtle.dk>2021-04-05 11:30:32 +0200
commit12c708db26e60c6563a789fa01099aedb3080912 (patch)
tree05474ad3af76226f25952b24e8a3791b519d052b /scripts/Scripts/screentool
parent1e2b07b971cc136e3f739d94888a5bd5fc1c594a (diff)
Changes to i3 and tools
Diffstat (limited to 'scripts/Scripts/screentool')
-rwxr-xr-xscripts/Scripts/screentool4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Scripts/screentool b/scripts/Scripts/screentool
index 2d8da9e..9e41fd7 100755
--- a/scripts/Scripts/screentool
+++ b/scripts/Scripts/screentool
@@ -21,9 +21,9 @@ if [ "$action" = "off" ]; then
fi
# Get position
-where=$(printf "left-of\nright-of\nbelow\nabove\nnone" | $DMENU -p "position")
+where=$(printf "left-of\nright-of\nbelow\nabove\nsame" | $DMENU -p "position")
-if [ "$where" = "none" ]; then
+if [ "$where" = "same" ]; then
set -x
$XRANDR --output $chosen --auto
exit 0