Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perch

perch is a small native Wayland image viewer for keeping reference images on screen. It uses one resident daemon for any number of independent windows.

Controls

  • Left drag: move the window
  • Mouse wheel: resize the window
  • Right click: close the window

Usage

Start the daemon once:

perch --daemon

Then open one or more images:

perch image.png another.webp

Or pipe an image through standard input:

cat image.png | perch --stdin

Home Manager

Import perch.homeModules.default, then enable the program:

{
  imports = [inputs.perch.homeModules.default];
  programs.perch.enable = true;
}

About

A tiny native Wayland image pinning daemon

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages