C++
Groff
Python
Latest commit
b4999f5
Jun 14, 2015
If --config wasn't passed and $HOME/.xsettingsd doesn't exist, fall back to the locations suggested by the XDG Base Directory Specification (http://goo.gl/8AX6Lb). Add tests for the new code. (This was requested by Krytarik Raido and Unit 193.)
Permalink
| Failed to load latest commit information. | |||
|
|
debian |
|
|
|
|
.gitignore |
|
|
|
|
COPYING |
|
|
|
|
README |
|
|
|
|
SConstruct |
|
|
|
|
common.cc |
|
|
|
|
common.h |
|
|
|
|
common_test.cc |
|
|
|
|
config_parser.cc |
|
|
|
|
config_parser.h |
|
|
|
|
config_parser_test.cc |
|
|
|
|
data_reader.cc |
|
|
|
|
data_reader.h |
|
|
|
|
data_writer.cc |
|
|
|
|
data_writer.h |
|
|
|
|
dump_xsettings.1 |
|
|
|
|
dump_xsettings.cc |
|
|
|
|
setting.cc |
|
|
|
|
setting.h |
|
|
|
|
setting_test.cc |
|
|
|
|
settings_manager.cc |
|
|
|
|
settings_manager.h |
|
|
|
|
xsettingsd.1 |
|
|
|
|
xsettingsd.cc |
|
|
README
xsettingsd is a daemon that implements the XSETTINGS specification. It is intended to be small, fast, and minimally dependent on other libraries. It can serve as an alternative to gnome-settings-daemon for users who are not using the GNOME desktop environment but who still run GTK+ applications and want to configure things such as themes, font antialiasing/hinting, and UI sound effects. Documentation is available at https://github.com/derat/xsettingsd/wiki. --- Daniel Erat <dan-xsettingsd@erat.org>