Created
March 8, 2013 21:30
-
-
Save FerPerales/5120033 to your computer and use it in GitHub Desktop.
A key shortcut to turn off the monitor
This file contains hidden or 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
<!-- turn off screen keybidding --> | |
<keybind key="XF86Launch1"> | |
<action name="Execute"> | |
<command>xset dpms force off</command> | |
</action> | |
</keybind> | |
<!-- end turn off screen keybidding --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment