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