You are not logged in.

#1 2018-12-05 17:29:39

mkkot
Member
From: Poland
Registered: 2009-12-20
Posts: 287

DPMS wake up monitor only on certain keys

I'm saving my monitor's life and electric power via DPMS setting directly in xorg config file:

cat /etc/X11/xorg.conf.d/30-monitorsaver.conf 
Section "Monitor"
	Identifier "Monitor0"
	Option "DPMS" "true"
EndSection

Section "ServerLayout"
    Identifier "ServerLayout0"
    Option "BlankTime" "20"
    Option "StandbyTime" "40"
    Option "SuspendTime" "60"
    Option "OffTime" "90"
EndSection

Since my PC is used mostly whole day to play music and I have keyboard shortcuts assigned to switch songs and control volume, I would like to disable them from waking up my monitor. Is it even possible?

Offline

Board footer

Powered by FluxBB