Changes

Jump to navigation Jump to search
no edit summary
Line 50: Line 50:  
</action>
 
</action>
 
</keybind>
 
</keybind>
 +
</pre>
 +
 +
# Section Print Screen
 +
<pre>
 +
<keybind key="Print">
 +
      <action name="Execute">
 +
        <command>/home/username/scrot.sh</command>
 +
      </action>
 +
</keybind>
 +
</pre>
 +
 +
scrot.sh (set chmod 755 right to execute)
 +
<pre>
 +
#!/bin/bash
 +
cd /home/username/Snapshots/
 +
scrot
 +
aplay /usr/lib/libreoffice/share/gallery/sounds/ping.wav
 +
exit 0
 
</pre>
 
</pre>

Navigation menu