Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | use blue | Luke Smith | |
2020-05-02 | causes fewer problems | Luke Smith | |
2020-04-26 | expandible scratchpad patch | Luke Smith | |
super+shift+return for dropdown terminal super+' for dropdown calculator | |||
2020-04-26 | super+shift+q runs sysact | Luke Smith | |
2020-04-26 | old scratchpad patch removed | Luke Smith | |
2020-04-26 | Merge branch 'stuff' | Luke Smith | |
2020-04-26 | Merge branch 'master' of github.com:LukeSmithxyz/dwm into HEAD | Luke Smith | |
2020-04-26 | don't necessarily restart dwmblocks | Luke Smith | |
2020-04-26 | gitignore | Luke Smith | |
2020-04-26 | big binds change | Luke Smith | |
2020-04-25 | Merge pull request #42 from AlexSyssoyev/patch-1 | Luke Smith | |
Change bg address on xcompmgr toggle | |||
2020-04-25 | Change bg address on xcompmgr toggle | Alexei Syssoyev | |
2020-04-25 | dwm crashes when opening 50+ clients (tile layout) | bakkeby | |
Many users new to dwm find themselves caught out by being kicked out to the login manager (dwm crashing) when they open 50+ clients for demonstration purposes. The number of clients reported varies depending on the resolution of the monitor. The cause of this is due to how the default tile layout calculates the height of the next client based on the position of the previous client. Because clients have a minimum size the (ty) position can exceed that of the window height, resulting in (m->wh - ty) becoming negative. The negative height stored as an unsigned int results in a very large height ultimately resulting in dwm crashing. This patch adds safeguards to prevent the ty and my positions from exceeding that of the window height. | |||
2020-04-22 | drawbar: Don't shadow sw global | Chris Down | |
This jarred me a bit while reading the code, since "sw" usually refers to the global screen geometry, but in drawbar() only it refers to text-related geometry. Renaming it makes it more obvious that these are not related. | |||
2020-04-22 | getatomprop: Add forward declaration | Chris Down | |
No functional changes, but for every other function we have a forward declaration here. getatomprop should be no exception. | |||
2020-04-20 | setmfact: Unify bounds for compile-time and runtime mfact | Chris Down | |
There are two places that mfact can be set: - In the mfact global, which is defined at compile time and passed into m->mfact during monitor setup. No bounds checks are performed, but the comment alongside it says that valid values are [0.05..0.95]: static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ - By setmfact, which adjusts m->mfact at runtime. It also does some minimum and maximum bounds checks, allowing [0.1..0.9]. Values outside of that range are ignored, and mfact is not adjusted. These different thresholds mean that one cannot setmfact 0.95 or 0.05, despite the comment above that lists the legal range for mfact. Clarify this by enforcing the same bounds in setmfact at runtime as those listed for mfact at compile time. | |||
2020-04-17 | Merge pull request #36 from jlaw/patch-1 | Luke Smith | |
fix: Typo; -sb assigned the wrong color | |||
2020-04-17 | fix: Typo; -sb assigned the wrong color | Jackson Law | |
2020-04-14 | readme updates | Luke Smith | |
2020-04-14 | old junk rmd | Luke Smith | |
2020-04-14 | swallow patch | Luke Smith | |
2020-04-14 | Merge branch 'kronikpillow-master' | Luke Smith | |
2020-04-14 | Merge branch 'master' of https://github.com/kronikpillow/dwm into ↵ | Luke Smith | |
kronikpillow-master | |||
2020-04-14 | bindings and documentation cleanup | Luke Smith | |
2020-04-14 | sysact to replace system binds | Luke Smith | |
2020-04-14 | dwmc removed | Luke Smith | |
2020-04-14 | pamixer for quicker audio commands | Luke Smith | |
2020-04-14 | lol | Luke Smith | |
2020-04-14 | updated vanitygaps with latest fixes from original author | KronikPillow | |
2020-04-13 | Merge branch 'master' of git://git.suckless.org/dwm | Luke Smith | |
2020-04-13 | dox on monitor commands | Luke Smith | |
2020-04-13 | arrows to tag or focus monitors | Luke Smith | |
2020-04-13 | use pidof | Luke Smith | |
2020-04-13 | suppress if no dwmblocks to kill | Luke Smith | |
2020-04-13 | removing barpadding patch | Luke Smith | |
2020-04-13 | readme fixes/switches | Luke Smith | |
2020-04-13 | scroll through on tags | Luke Smith | |
2020-04-13 | vanitygaps patch/fix and new & reorganized layouts | Luke Smith | |
2020-04-13 | note on statusbar clickability | Luke Smith | |
2020-04-13 | clickable statuscmd patch with dwmblocks | Luke Smith | |
2020-04-13 | updates to restart/quit cmds | Luke Smith | |
2020-04-11 | colorscheme notes | Luke Smith | |
2020-04-10 | startup rmd | Luke Smith | |
2020-04-10 | kill -HUP pid to restart, also mod+R | Luke Smith | |
2020-04-09 | pulse documentation changes | Luke Smith | |
2020-04-09 | Merge branch 'master' of github.com:LukeSmithxyz/dwm | Luke Smith | |
2020-04-09 | only show active tags | Luke Smith | |
2020-04-09 | start `startup` script if it exists | Luke Smith | |
2020-04-09 | mod+c for calculator | Luke Smith | |
2020-04-09 | hardcoding audio system | Luke Smith | |