Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-03 | Remove various unused variables | Mathias Gumz | 1 | -2/+0 | |
Clang and Gcc-4.9 complaint about some unused variables here and there. And who are we to not make a compiler happy :) | |||||
2013-06-18 | Returning EXIT_FAILURE on exit in fluxbox-remote. | Paul Tagliamonte | 1 | -0/+1 | |
2013-01-31 | Adds 'ClientPatternTest' command | Mathias Gumz | 1 | -17/+44 | |
ClientPatterns might be tricky to get right. Instead of fiddling around in either the keys-file or the apps-file and restarting fluxbox to see if the changes had any effect / matched the right windows, 'ClientPatternTest' and the fluxbox-remote should make this easier: $> fluxbox-remote "clientpatterntest (title=.*vim*)" This causes fluxbox to store the list of matched windows in the _FLUXBOX_ACTION_RESULT property onto the rootwindow. This property might then be read by: $> xprop -root _FLUXBOX_ACTION_RESULT or $> fluxbox-remote result The format of the list is: win_id \t title_of_window \n win_id is '-1' when fluxbox wasn't able to parse the given ClientPattern. win_id is '0' when there are no windows matching the given ClientPattern. | |||||
2011-05-08 | fluxbox-remote now properly returns exit status | nacitar sevaht | 1 | -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-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-07-03 | some security fixes for fluxbox-remote, and a minor change for the gvim fix | markt | 1 | -1/+1 | |
2007-07-03 | minor cosmetics to fluxbox-remote, display of usage | mathias | 1 | -6/+14 | |
2007-07-03 | fix updating of systemtray and kde dockapps in slit on background change | markt | 1 | -0/+49 | |
added fluxbox-remote.cc |