summary refs log tree commit diff
path: root/.xinitrc (follow)
Commit message (Expand)AuthorAge
* Remove unused configsJune McEnroe2013-10-14
* Start xcompmgrJune McEnroe2013-04-14
* Restore wallpaper automaticallyJune McEnroe2013-04-06
* Simplify autostartJune McEnroe2013-03-22
* Default to awesome sessionJune McEnroe2013-01-26
* No more consolekitJune McEnroe2012-11-04
* Remove gnome-keyringJune McEnroe2012-10-06
* Add dropboxJune McEnroe2012-09-04
* Fix unclutter cursor flicker on GTK appsJune McEnroe2012-07-02
* Start unclutter at loginJune McEnroe2012-05-05
* Start gnome-keyring-daemon at loginJune McEnroe2012-05-04
* Reformat for use with EffuseJune McEnroe2012-03-28
ow=1'>cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping If CGIT_VERSION is in CGIT_CFLAGS then a change in version (for example because you have committed your changes) causes all of the CGit objects to be rebuilt. Avoid this by using EXTRA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping