Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Created March 8, 2013 21:30
Show Gist options
  • Save FerPerales/5120033 to your computer and use it in GitHub Desktop.
Save FerPerales/5120033 to your computer and use it in GitHub Desktop.
A key shortcut to turn off the monitor
<!-- 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