Advertisement
martin2250

Untitled

Jul 20th, 2017
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. custom-keybindings/custom2]
  2. binding=['MonBrightnessDown']
  3. command='xbacklight -dec 5'
  4. name='xbacklight -dec 5'
  5.  
  6. [custom-keybindings/custom1]
  7. binding=['MonBrightnessUp']
  8. command='xbacklight -inc 5'
  9. name='xbacklight -inc 5'
  10.  
  11. [custom-keybindings/custom0]
  12. binding=['<Primary><Shift>Escape']
  13. command='gnome-system-monitor'
  14. name='Taskmgr'
  15.  
  16. [custom-keybindings/custom3]
  17. binding=['<Primary>F10']
  18. command='pactl set-sink-volume 0 +10%'
  19. name='volume up no limit'
  20.  
  21. [/]
  22. custom-list=['custom0', 'custom1', 'custom2', 'custom3']
  23.  
  24. [media-keys]
  25. screen-brightness-up=@as []
  26. screenshot=@as []
  27. touchpad-toggle=@as []
  28. on-screen-keyboard=['<Super>k']
  29. area-screenshot-clip=['Print']
  30. calculator=['<Super>F1']
  31. screen-brightness-down=@as []
  32.  
  33. [wm]
  34. toggle-above=['<Super>t']
  35. switch-to-workspace-1=['<Super>1']
  36. switch-to-workspace-2=['<Super>2']
  37. switch-to-workspace-3=['<Super>3']
  38. move-to-workspace-1=['<Alt>1']
  39. move-to-workspace-2=['<Alt>2']
  40. move-to-workspace-3=['<Alt>3']
  41. move-to-workspace-4=['<Alt>4']
  42. switch-to-workspace-4=['<Super>4']
  43. switch-to-workspace-up=['<Control><Alt>Up', '<Super>y']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement