Skip to content

adamharmansky/drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop

Simple X11 live wallpaper:

  • uses about 3% CPU (single core)
  • does not draw directly on the root window
  • no Xinerama, EWMH nor compositor required

Dependencies

  • Xlib
  • cairo

Building

To build and install, just run:

sudo make install

To configure, edit config.h and recompile.

Then, run the command drop to start drop.

Note

If you want to tinker with the drawing, make sure to pass whole numbers to all the cairo functions, so that they can just call the underlying Xlib functions without compositing. This reduces CPU usage from 50% to 3% ☺.

About

Fast X11 live wallpaper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published