summaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
...
* Drawing a more visible rectangle as cursor on unfocus.Christoph Lohmann2013-04-131-3/+1
* Add an option to disable alternative screens.Christoph Lohmann2013-04-031-0/+3
* Add the possibility to have default highlight colors.Christoph Lohmann2013-03-291-0/+8
* Adding PgUp + Ctrl.Christoph Lohmann2013-03-291-0/+1
* Adding PgUp and PgDown + Ctrl to config.def.hChristoph Lohmann2013-03-291-0/+2
* Add insert for the primary clipboard to MOD + Shift + Ins.Christoph Lohmann2013-02-231-0/+1
* Implement rectangular mouse selection.Christoph Lohmann2013-02-191-0/+12
* Adding a way to ignore bits in the state.Christoph Lohmann2013-02-161-0/+6
* The refresh rate for the action needs to be high too.Christoph Lohmann2013-02-151-1/+1
* Changing the fps to something reasonable high.Christoph Lohmann2013-02-151-1/+1
* Doing it like the new run() was proposed.Christoph Lohmann2013-02-151-1/+2
* Adding a more efficient drawing code.Christoph Lohmann2013-02-151-1/+4
* Be careful about mar77i's patches.Christoph Lohmann2012-12-101-4/+4
* Applying the patch of mar771 right.Christoph Lohmann2012-12-101-4/+4
* Applying the change of the Del key assingment. Thanks Martti Kühne!Christoph Lohmann2012-12-091-2/+2
* Add support for End keyRoberto E. Vargas Caballero2012-11-251-2/+8
* Add support for Supr keyRoberto E. Vargas Caballero2012-11-251-4/+12
* Add support for insert keyRoberto E. Vargas Caballero2012-11-251-4/+12
* Add a notice in the config.def.h file how to obtain the syntax forChristoph Lohmann2012-11-251-1/+5
* Add key for toogling numlock handlingRoberto E. Vargas Caballero2012-11-251-16/+18
* Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!Christoph Lohmann2012-11-191-1/+1
* Add application cursor sequences for HomeRoberto E. Vargas Caballero2012-11-161-3/+4
* Fixing some key issues with mc. Thanks nsz!Christoph Lohmann2012-11-161-0/+1
* Optimizing the key lookup to the X11 function key. It is still possible toChristoph Lohmann2012-11-151-0/+6
* Making all function keys accessible.Christoph Lohmann2012-11-151-12/+12
* Adding support for XK_F35.Christoph Lohmann2012-11-151-10/+33
* Fixing the return and keypad enter sent characters. Terminals produce \r. AndChristoph Lohmann2012-11-151-3/+3
* The crlf mode was reversed.Christoph Lohmann2012-11-151-4/+4
* Fixing Return in non-crlf mode.Christoph Lohmann2012-11-151-2/+2
* Use XK_ANY_MOD instead of XK_NO_MOD in key definitionRoberto E. Vargas Caballero2012-11-151-55/+59
* Fix tab keyRoberto E. Vargas Caballero2012-11-141-1/+1
* The style inquisition was here again.Christoph Lohmann2012-11-131-1/+1
* Add missed key definitionsRoberto E. Vargas Caballero2012-11-131-1/+101
* Add control and meta combinations for arrow keysRoberto E. Vargas Caballero2012-11-131-4/+12
* Remove hardcoded keys form kpressRoberto E. Vargas Caballero2012-11-131-21/+49
* Move Shift + Insert to shortcutRoberto E. Vargas Caballero2012-11-131-0/+1
* Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!Christoph Lohmann2012-11-031-1/+1
* Moving to the dwm config.h variable usage.Christoph Lohmann2012-11-021-28/+32
* Removing the now senseless comment in config.def.h. Thanks to bnwe!Christoph Lohmann2012-10-281-4/+0
* Adding a more flexible fontstring handling, shortcuts and a zoom function.Christoph Lohmann2012-10-281-0/+14
* Turning on antialias by default really makes it more unreadable. Maybe if onceChristoph Lohmann2012-10-051-1/+1
* This adds the fontcache dependency to try something out. Additionally theChristoph Lohmann2012-10-041-1/+1
* Removing the now obsolete definitions from the config.def.h file.Christoph Lohmann2012-09-301-3/+0
* Switching to Liberation Mono as default solely because of line drawing. A nextChristoph Lohmann2012-09-261-1/+1
* Implementing line drawing right.Christoph Lohmann2012-09-261-8/+0
* Changing the default font to DejaVu Sans Mono, which is more appealing andChristoph Lohmann2012-09-241-1/+1
* Initial Xft support for st. More to follow.Christoph Lohmann2012-09-241-5/+4
* config.def.h: typo in comment.Aurélien Aptel2012-09-181-1/+1
* Implementing italic-bold. This will require an increase of the avgWdth.Christoph Lohmann2012-09-141-3/+4
* Implement italic font support.Christoph Lohmann2012-09-051-4/+6