summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: whoops add proper comment for OpenBSDHiltjo Posthuma2022-10-141-1/+1
* Makefile improvementsHiltjo Posthuma2022-10-142-51/+49
* Makefile: simplify and remove hiding the build processHiltjo Posthuma2022-10-122-36/+21
* Makefile: add xembed.1 in the dist targetHiltjo Posthuma2022-10-121-1/+1
* config.h: mark keys as constNRK2022-10-051-1/+1
* bump version to 0.7Hiltjo Posthuma2022-10-041-1/+1
* Fixed crash when window height was less or equal to bar heightmikau2020-05-301-4/+14
* Add OpenBSD support to config.mkLucas Gabriel Vuotto2018-03-111-2/+11
* Embed dmenu in tabbed own windowLucas Gabriel Vuotto2018-03-111-1/+1
* Fix minor inconsistency in man pageAlessandro Caputo2017-09-291-1/+1
* Fix movetab and focusurgent when there's no clientCaleb Malchik2017-05-081-1/+7
* Move tab selection keybinding from Ctrl-t to Ctrl-`Quentin Rameau2017-05-021-1/+1
* One killclient() is enough.Christoph Lohmann2017-03-281-1/+0
* The forgotten half of the last patch.Christoph Lohmann2016-04-251-0/+5
* add -k to close tabbed foreground client on WMDeleteJustin Keogh2016-03-251-3/+12
* Import the arg.h from st with the fixed oob bug.Christoph Lohmann2016-02-211-24/+20
* Added xft supportLucas Gabriel Vuotto2016-02-183-75/+30
* Add configuration option for title truncation stringQuentin Rameau2016-01-042-3/+7
* Remove h flag, put usage() in the default caseQuentin Rameau2016-01-032-7/+3
* Arrange diagnostic messagesQuentin Rameau2016-01-031-16/+16
* Style cleanupQuentin Rameau2016-01-034-365/+407
* Fix install paths and default build flagQuentin Rameau2016-01-032-13/+13
* Bumping up the year.Christoph Lohmann2016-01-031-1/+1
* Bump year.Christoph Lohmann2016-01-011-1/+1
* autofocus urgent tabsJonas Rabenstein2015-08-193-4/+24
* focus urgent tabsJonas Rabenstein2015-08-193-0/+17
* Fixing some manpage formatting and formatting in xembed.c.Christoph Lohmann2015-05-092-8/+10
* add xembed wrapper utilityConnor Lane Smith2015-05-095-14/+100
* fix bug in unmanage: check if lastsel is initializedMarkus Teich2015-03-101-1/+1
* My libc wants _DEFAULT_SOURCE.Christoph Lohmann2015-01-251-1/+1
* revise drawbar and related mechanisms.Markus Teich2015-01-251-30/+20
* movetab(): Move selected tab instead of switchingMarkus Teich2014-10-141-10/+10
* tabbed: UnmapNotify patchOkan Demirmen2014-09-131-0/+11
* Clear urgency hint on sel == cPeter Hofmann2014-08-041-7/+7
* Replace emallocz with ecalloc.noname2014-06-011-6/+6
* add urgent color cmdline optionsMarkus Teich2014-05-192-11/+28
* support urgency wm hintsMarkus Teich2014-05-192-3/+34
* Simplifying the lastsel handling a bit.Christoph Lohmann2014-01-261-18/+9
* The check for a minimal new lastsel is not needed anymore.Christoph Lohmann2014-01-261-1/+0
* Applying the client sel handling of quinq.Christoph Lohmann2014-01-261-2/+2
* update years in copyright noticesMarkus Teich2014-01-222-2/+2
* Adding conforming documentation of the commandline color support.Christoph Lohmann2014-01-212-9/+17
* Release 0.6.Christoph Lohmann2014-01-211-1/+1
* Fix crash on client terminationGregor Best2014-01-211-0/+1
* Allow selecting the colors on command line.Markus Teich2013-12-163-6/+35
* Document the new ctrl+t feature.Christoph Lohmann2013-12-011-0/+4
* select or open new tab with Ctrl-TMarkus Teich2013-12-012-7/+53
* Revert "select tab with X ClientMessage event"Christoph Lohmann2013-12-011-6/+3
* select tab with X ClientMessage eventMarkus Teich2013-12-011-3/+6
* Fixed obscure miscalculation when a client is closed.Alexander Sedov2013-10-101-3/+13