aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-remote.cc
AgeCommit message (Collapse)AuthorFilesLines
2011-05-08fluxbox-remote now properly returns exit statusnacitar sevaht1-5/+20
The previous check relied upon the (undocumented) return value of XChangeProperty to determine the exit status; at least, on my gentoo system, the function seems to return 1 even when it fails to change the property due to contrived, and invalid, parameters. However, setting an error handler allows proper detection of this case. So, now the return status properly indicates whether or not the property was changed (but not whether fluxbox liked the command!).
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-07-03some security fixes for fluxbox-remote, and a minor change for the gvim fixmarkt1-1/+1
2007-07-03minor cosmetics to fluxbox-remote, display of usagemathias1-6/+14
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-0/+49
added fluxbox-remote.cc