https://bugs.kde.org/show_bug.cgi?id=482698

--- Comment #4 from Yann Salmon <cont...@yannsalmon.fr> ---
I seem to be able to have a functioning setup by splitting the command into two
:

if [[ "$(xrandr --listactivemonitors | grep -c DVI-D-0)" == "0" ]]; then
  kscreen-doctor output.DVI-D-0.enable
  kscreen-doctor output.DVI-D-0.position.-1920,0
else
  kscreen-doctor output.DVI-D-0.disable
fi


But that seems contrary to the intended goal of kscreen-doctor.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to