Skip to content

Instantly share code, notes, and snippets.

@rswrz
Created December 17, 2017 19:27
Show Gist options
  • Select an option

  • Save rswrz/baf7843f0b28fa58f844e66f9d51ecef to your computer and use it in GitHub Desktop.

Select an option

Save rswrz/baf7843f0b28fa58f844e66f9d51ecef to your computer and use it in GitHub Desktop.
mode "DPMS" {
bindsym 1 exec --no-startup-id xset dpms 0 0 3600, $default
bindsym 3 exec --no-startup-id xset dpms 0 0 1800, $default
bindsym 5 exec --no-startup-id xset dpms 0 0 300, $default
bindsym 9 exec --no-startup-id xset dpms 0 0 90, $default
bindsym 0 exec --no-startup-id xset s off -dpms, $default
bindsym Return $default
bindsym Escape $default
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment