Skip to content

ebinbellini/ebin-scrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebin-scrot

This is a screenshot program. It can capture the entire screen, or a mouse selection.

Building

Dependencies:

  • Xlib
  • Xft
  • Imlib2
  • freetype2

Install dependecies with (arch based):

pacman -S libx11 libxft imlib2 freetype2

The font dependencies are because of the suckless drw library

Build with

make

and install with

make install

Running

Capture entire screen:

ebin-scrot all

Capture selection. Click and drag to mark the area you want:

ebin-scrot selection

I recommend binding both options to hotkeys. The images are stored in ~/Images/screenshots. It will also automatically be copied to your clipboard.

Configuring

You can easily change the colors by editing the beginning of the scrot.c.

About

Simple screenshot program for X11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published