removed debug statements for issue #1

This commit is contained in:
2026-01-11 10:54:20 +01:00
parent ba452fd467
commit f34e488d8c

View File

@@ -11,7 +11,6 @@ if echo "$OUTPUT_INFO" | grep -q "$SECONDARY"; then
# Prüfen, ob der Secondary gerade bei 0,0 sitzt (Spiegelmodus)
IS_MIRRORED=$(echo "$OUTPUT_INFO" | grep -A 15 "$SECONDARY" | grep "Geometry:" | grep "0,0")
echo $IS_MIRRORED
if [ -n "$IS_MIRRORED" ]; then
# --- MODUS: ERWEITERN (Vertikal) ---
# MAIN bleibt oben (0,0)
@@ -23,7 +22,6 @@ if echo "$OUTPUT_INFO" | grep -q "$SECONDARY"; then
else
# --- MODUS: SPIEGELN ---
# Beide auf 0,0 setzen
echo "$OUTPUT_INFO" | grep "Output: 2 $SECONDARY"
kscreen-doctor output.$MAIN.position.0,0 \
output.$SECONDARY.position.0,0