Is there a way I can start dpms manually on arch and wake up the display again on any activity, like randomly moving a mouse or pressing any key on keyboard?
I am running sway wm and i am already using swayidle which triggers dpms after 10 minutes of inactivity. That works perfectly, which means when swayidle triggers the dpms i can wake up my monitor again by moving mouse or pressing something on keyboard.
But if i try to manually run the command swaymsg output * power off that does the trick of turning dpms off but i can't turn my monitors on again unless i do swaymsg output * dpms on which is a bit tricky since the monitors are off and i see nothing.
I can't run swayidle twice.
Thank you very much in advance.