aboutsummaryrefslogtreecommitdiff
path: root/config.h
Commit message (Collapse)AuthorAge
* add pointer constraintsNathan Reiner2023-05-19
|
* change from st to swtNathan Reiner2023-04-17
|
* add grimshot shortcutNathan Reiner2023-04-08
|
* add pointer-constraints protocol for mouse capturesNathan Reiner2023-04-05
|
* add NULL monitor to config to prevent crash on unkown monitorNathan Reiner2023-03-25
|
* add configNathan Reiner2023-03-24
|
* move config.h to config.def.hDevin J. Pohly2020-04-22
|
* add setlayout functionDevin J. Pohly2020-04-22
|
* layouts: tile and floatingDevin J. Pohly2020-04-22
| | | | Behavior's still a little wonky but positioning is there.
* "root" color was easy to make configurableDevin J. Pohly2020-04-21
|
* introduce rules for monitor configurationDevin J. Pohly2020-04-21
| | | | (with dwm, this would already have been done by the X server)
* add spawn and termcmdDevin J. Pohly2020-04-12
|
* implement Button: movemouse, resizemouseDevin J. Pohly2020-04-11
|
* start factoring Key actions into functionsDevin J. Pohly2020-04-11
|
* some options I likeDevin J. Pohly2020-04-11
|
* Start with tinywlDevin J. Pohly2020-04-11
Add a config.h into which configurables can be moved.