aboutsummaryrefslogtreecommitdiff
path: root/src/print_path_exists.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-02Adding the option "format_down" to path_exists and run_watch.Christian Kohlstedde1-2/+8
This fixes #1.
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg1-20/+21
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status.
2014-03-12Unify use of string comparisonsMats1-2/+2
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options
2013-11-22Add support for path_exists directive.Kinware AB1-0/+35