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

--- Comment #21 from Sergey <rion...@gmail.com> ---
xrandr shell script seems to work good.
Bug I just rewrote it based on this
https://askubuntu.com/questions/183516/how-do-i-detect-when-my-system-wakes-up-from-suspend-via-dbus-or-similar-in-a-py

def handle_sleep_callback(sleeping):
  if not sleeping:
    os.system("sleep 5; xrandr --output LVDS-1 --primary --auto --left-of
HDMI-2")


If I notice any issues I'll report back.

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

Reply via email to