https://bugs.kde.org/show_bug.cgi?id=513159
aeneid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from aeneid <[email protected]> --- In sddm you can do it with sway like this: > sudo nano /etc/sway/sddm_config > xwayland disable > exec swayidle -w \ > timeout 15 'swaymsg "output * dpms off"' \ > resume 'swaymsg "output * dpms on"' > sudo nano /etc/sddm.conf.d/10-wayland.conf > [General] > DisplayServer=wayland > GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell > [Wayland] > CompositorCommand=sway -c /etc/sway/sddm_config I guess kwin can't do the same -- You are receiving this mail because: You are watching all bug changes.
