diff options
author | rcyeske <rcyeske> | 2001-02-24 21:47:25 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-24 21:47:25 +0000 |
commit | bef606ab426fd0a8234970da06c5d3fd1e150880 (patch) | |
tree | 25c33d9fda0fa429f6ddb1b7ac934ffca417c6cb | |
parent | d0da7f4c96c1bda168b176257b6e06800e943f7d (diff) | |
download | ratpoison-bef606ab426fd0a8234970da06c5d3fd1e150880.zip |
tweaks
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -79,7 +79,11 @@ ratpoison now outputs user error messages. All fixed length buffer sizes in window names that resulted in curious segfaults have been fixed. +** Themes support +C preprocessor based window manager themes are now supported. See +src/conf.h and src/themes.h. + * Changes Singe 0.0.4 ** added --kill and --restart These command line options allow the restarting and killing of a @@ -89,6 +93,7 @@ running ratpoison process. This is pretty annoying if you're using anything other than keyboard apps. It is disabled by default. + * Changes Since 0.0.3 ** Added --enable-debug This turns on debugging messages @@ -21,7 +21,7 @@ Building ratpoison uses autoconf. To build it: -$ configure && make +$ ./configure && make if you want to install it, simply type 'make install' as a privileged user: |