From 12c708db26e60c6563a789fa01099aedb3080912 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 5 Apr 2021 11:30:32 +0200 Subject: Changes to i3 and tools --- scripts/Scripts/screentool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/Scripts/screentool') 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 -- cgit v1.2.3