blob: 1580b8bdd45b727e62f14fb41b8f63882afd2274 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
======
yawa
======
-----------------------------------
Yet another wallpaper application
-----------------------------------
This is a fork of hsetroot, since there hasn't been a release in over 10
years, because upstream is dead, and because I really disliked some parts
of it.
Dependencies
============
* imlib2
* libx11
Building
========
<git clone>
cmake -g 'Unix Makefiles' .
make
sudo make install
|