summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-01Allow configuring workspace counttopic/flexible_workspacescos
2023-11-08fixup! Fix unintentional exit on suspendfix/suspend_aint_signalcos
2023-11-08Fix unintentional exit on suspendcos
Suspending xorg on FreeBSD (and possibly other scenarios) results in a recoverable INTR from select(). Only exit on signal after actually having recieved a signal.
2018-10-07Screenshot.Michael Cardell Widerkrantz
2018-10-07Rename.Michael Cardell Widerkrantz
2018-10-07Change to Markdown.Michael Cardell Widerkrantz
2018-10-07Delete unused mcmenu.c.Michael Cardell Widerkrantz
2018-10-07Delete trailing whitespace.Michael Cardell Widerkrantz
2018-07-25Bump.Michael Cardell Widerkrantz
2015-09-12More comments erased.HEADmasterMichael Cardell Widerkrantz
2015-09-12Superfluous comments.Michael Cardell Widerkrantz
2015-09-12Superfluous comments.Michael Cardell Widerkrantz
2015-09-12Indentation. There were some TABs.Michael Cardell Widerkrantz
2015-09-12Add menu option "list hidden" which calls the mcicon script and listsMichael Cardell Widerkrantz
all hidden windows in a 9menu. Select one and it's mapped. Lots of comments on the menu options.
2015-09-12Indent.Michael Cardell Widerkrantz
2014-02-22"and" -> "and/or"Michael Cardell Widerkrantz
2014-02-22"and" -> "and/or".Michael Cardell Widerkrantz
2014-02-22"and" -> "and/or" and bump copyright year.Michael Cardell Widerkrantz
2014-02-22Updated license to revised ISC, the "and" to "and/or" thing.Michael Cardell Widerkrantz
2013-08-19Added new snap option.Michael Cardell Widerkrantz
2013-08-19snapwindow() should be static like all other functions.Michael Cardell Widerkrantz
2013-08-11Support for window snapping to screen border and other windows. TurnSimone Vellei
on with -s snap-margin. Contributed by Simone Vellei <henomis@gmail.com>. Committed with small changes.
2013-04-23Removed done item.Michael Cardell Widerkrantz
Spelling.
2013-04-22Use setborders() in setupwin() instead of doing it by hand. This alsoMichael Cardell Widerkrantz
means we flush directly after setting border width. Seems to fix that we didn't get a border right away for mplayer, for instance. Clarified some comments.
2013-02-09Include scripts directory in distribution.20130209-2Michael Cardell Widerkrantz
2013-02-09Bump version.20130209Michael Cardell Widerkrantz
2013-02-09Include hidden.man in DISTFILES.Michael Cardell Widerkrantz
Bump version.
2013-02-08Added hidden.c to SRC.20130208-2Michael Cardell Widerkrantz
Bumped version.
2013-02-08New user visible changes documented. Bump version.20130208Michael Cardell Widerkrantz
2013-02-08Tell git to ignore some files.Per Cederqvist
2013-02-08Don't include xcb_ewmh.Per Cederqvist
2013-02-08Linkfix. Accepted with changes. Thanks.Per Cederqvist
2013-02-08Added support for moving to previous and next workspace. Thanks ceder!Per Cederqvist
2013-02-07Added support for backtabbing. Thanks ceder!Per Cederqvist
2013-02-07Add example with -i.Michael Cardell Widerkrantz
2013-02-07Added FIXME.Michael Cardell Widerkrantz
2013-02-07Wording.Michael Cardell Widerkrantz
2012-10-30Small menu program using only XCB. Not finished.Michael Cardell Widerkrantz
2012-10-30Typo.Michael Cardell Widerkrantz
2012-04-30width should also be optional.Michael Cardell Widerkrantz
2012-03-25No point in printing that we don't have RANDR in production. Make it aMichael Cardell Widerkrantz
debug printout.
2012-03-09Remove hidden and its man page when deinstalling.Michael Cardell Widerkrantz
uninstall alias for deinstall.
2012-03-09Mention hidden and mcicon.Michael Cardell Widerkrantz
Use "monitor" instead of "physical screen". Mention $DISPLAY.
2012-03-09Install hidden and its man page.Michael Cardell Widerkrantz
2012-03-09Manual page for hidden.Michael Cardell Widerkrantz
2012-03-09Script to use hidden with 9menu.Michael Cardell Widerkrantz
2012-03-09Added option -c to print title:xdotool command. Useful for combiningMichael Cardell Widerkrantz
with 9menu and similar menu programs.
2012-03-06Added a lot about EWMH.Michael Cardell Widerkrantz
Removed stuff already done. Changed "physical screen" and all "screen" that refers to monitors to "monitor". Slightly less confusing.
2012-03-06Whitespace and indentation.Michael Cardell Widerkrantz
Removed superflous word from comment.
2012-03-06Declare variable iter at top of block.Michael Cardell Widerkrantz
Added comments.