Skip to content

Commit d93e729

Browse files
author
Andreas Poulsen
committed
Minor changes
1 parent d8138fa commit d93e729

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

common/system/change_resolution.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Section "Screen"
3434
EndSubSection
3535
EndSection
3636
EOF
37-
elif [ "$ACTIVATE" = "True" ]; then
38-
run_xrandr && exit
39-
else
37+
elif [ "$ACTIVATE" = "False" ]; then
4038
rm --force $RESOLUTION_FILE
4139
fi
40+
run_xrandr

0 commit comments

Comments
 (0)