File: README.md

package info (click to toggle)
hsetroot 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: ansic: 583; makefile: 24
file content (17 lines) | stat: -rw-r--r-- 966 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
hsetroot - imlib2-based wallpaper changer

original author: `Hyriand <hyriand@thegraveyard.org>` (2003)  
licence: GPL2  
needs libimlib2-dev, libx11-dev, libxinerama-dev, pkg-config, make

This repo contains hsetroot 1.0.2 with the following changes:

   * autotools was replaced by a simple Makefile which requires pkg-config, x11 paths added
   * includes patches from debian, written by Martin Suchanek, more details in git log
     * Fix a segmentation fault when no display is present.
     * Add the '-extend' option
     * Add the '-cover' option
   * reintroduced the screen mask `-screens` option from earlier versions .. which is rather useless actually, as it deals with X screens, not xrandr outputs
   * **added output support for all modes**, using xinerama
     * use `-root` to treat multiple displays as one big display (original hsetroot behavior)
   * added support for color names and more color formats (using XParseColor except for #rrggbbaa)