Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <context name="Titlebar">
  2. <mousebind button="Left" action="Drag">
  3. <action name="Move"/>
  4. </mousebind>
  5. <mousebind button="Left" action="Click">
  6. <action name="ToggleMaximize"/>
  7. </mousebind>
  8. <mousebind button="Up" action="DoubleClick">
  9. <action name="Execute">
  10. <command>amixer sset Master,0 2+</command>
  11. </action>
  12. </mousebind>
  13. <mousebind button="Down" action="Click">
  14. <action name="Execute">
  15. <command>amixer sset Master,0 2-</command>
  16. </action>
  17. </mousebind>
  18. <mousebind button="Left" action="DoubleClick"/>
  19. </context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement