Created
October 26, 2011 21:39
-
-
Save rgo/1317972 to your computer and use it in GitHub Desktop.
Change idle time for dimming screen when run out of AC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install dconf-tools package | |
2. Run dconf-editor | |
3. Browse to org.gnome.settings-daemon.plugins.power | |
4. Change idle-dim-time to your liked value in seconds. | |
You can run it in a termina: | |
$ gsettings set org.gnome.settings-daemon.plugins.power idle-dim-time <your_value> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment