How to turn off monitor by hotkeys? [duplicate]
I imagine it's because you're pressing a key... I'd consider setting the command to something that waits for a second, and then runs the command:
sh -c "sleep 1 && xset dpms force off"
I imagine it's because you're pressing a key... I'd consider setting the command to something that waits for a second, and then runs the command:
sh -c "sleep 1 && xset dpms force off"