seberm

seberm

Mar 8th, 2009
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.72 KB | None | 0 0
  1. begin
  2.     prog = irxevent
  3.     button = OK
  4.     config = Key KP_Enter CurrentWindow
  5. end
  6. begin
  7.     prog = irxevent
  8.     button = RED
  9.     config = Key Alt-Tab RootWindow
  10. end
  11. begin
  12.     prog = irxevent
  13.     button = LEFT
  14.     config = Key Left CurrentWindow
  15. end
  16. begin
  17.     prog = irxevent
  18.     button = RIGHT
  19.     config = Key Right CurrentWindow
  20. end
  21. begin
  22.     prog = irxevent
  23.     button = UP
  24.     config = Key Up CurrentWindow
  25. end
  26. begin
  27.     prog = irxevent
  28.     button = DOWN
  29.     config = Key Down CurrentWindow
  30. end
  31.  
  32. #switch on/off display
  33. begin
  34.     prog    = irexec
  35.     remote  = *
  36.     button  = EXIT
  37.     repeat  = 0
  38.     config  = DISPLAY=:0 xset dpms force off
  39. end
  40. begin
  41.     prog    = irexec
  42.     remote  = *
  43.     button  = TV
  44.     repeat  = 0
  45.     config  = DISPLAY=:0 xset dpms force on
  46. end
  47.  
Add Comment
Please, Sign In to add comment