pazuzu156 / i3scrot

Shell script for taking screenshots with scrot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3scrot

This is a simple shell script made for taking screenshots with scrot

Installing

If you wish to install with i3, the Makefile will do that. Otherwise, edit the Makefile with the filename you want to call it, or don't! Doesn't matter.

To install, define a prefix (or don't, don't HAVE to): $ sudo PREFIX=/usr make install

Uninstall

Run $ sudo PREFIX=/usr make uninstall

Or if you were a dummy and deleted the code: $ sudo rm -rf $PREFIX/bin/i3scrot
$PREFIX being the PREFIX= you defined in the install

Contrinuting

Wanna hack i3scrot? Do so! Fork it. Want to see your changes in here! Make a pull request!

About

Shell script for taking screenshots with scrot

License:MIT License


Languages

Language:Shell 93.9%Language:Makefile 6.1%