daily pastebin goal
35%
SHARE
TWEET

Untitled

a guest Sep 30th, 2015 54 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- Take a screenshot of the current window with scrot when Alt+Print are pressed -->
  2.     <keybind key="A-Print">
  3.       <action name="Execute">
  4.         <command>scrot -u -b</command>
  5.       </action>
  6.     </keybind>
  7.  
  8. <!-- Launch scrot when Print is pressed -->
  9.     <keybind key="Print">
  10.       <action name="Execute">
  11.         <command>scrot</command>
  12.       </action>
  13.     </keybind>
RAW Paste Data
Top