| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #129 from dawidpotocki/shiftview-scratchpads | Luke Smith | 2020-11-07 | 1 | -23/+19 |
| |\ | | | | | Fix shiftview behavior with scratchpads patch | ||||
| | * | Fix shiftview behavior with scratchpads patch | Dawid Potocki | 2020-11-07 | 1 | -23/+19 |
| |/ | | | | Closes #80 | ||||
| * | Merge pull request #120 from pniedzwiedzinski/patch-1 | Luke Smith | 2020-10-13 | 1 | -1/+1 |
| |\ | | | | | mutt-wizard 3.0 | ||||
| | * | mutt-wizard 3.0 | Patryk Niedźwiedziński | 2020-10-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #117 from Ultrahalf/master | Luke Smith | 2020-10-02 | 1 | -0/+33 |
| |\ | | | | | Adds to dwm.1 | ||||
| | * | Fix typos | Muhammad Althaf Rahman | 2020-10-02 | 1 | -3/+3 |
| | | | |||||
| | * | Adds to dwm.1 | Muhammad Althaf Rahman | 2020-10-02 | 1 | -0/+33 |
| |/ | |||||
| * | Merge branch 'temetvince-refactor-terminal-strings-into-constant' into master | Luke Smith | 2020-09-12 | 1 | -20/+24 |
| |\ | |||||
| | * | renamed to TERMCLASS | Luke Smith | 2020-09-12 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'refactor-terminal-strings-into-constant' of ↵ | Luke Smith | 2020-09-12 | 1 | -20/+24 |
| |/| | | | | | | | https://github.com/temetvince/dwm into temetvince-refactor-terminal-strings-into-constant | ||||
| | * | Refactored hard coded st terminal strings into a constant | temetvince | 2020-09-11 | 1 | -20/+24 |
| | | | |||||
| * | | Merge branch 'master' of github.com:LukeSmithxyz/dwm into master | Luke Smith | 2020-09-12 | 3 | -8/+24 |
| |\| | |||||
| | * | Merge pull request #107 from asparagusfox/patch-1 | Luke Smith | 2020-09-08 | 1 | -1/+1 |
| | |\ | | | | | | | "mw sync" is the new command to sync mail | ||||
| | | * | "mw sync" is the new command to sync mail | Axel Baker-Bates | 2020-09-08 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merge pull request #74 from aajonusonline/patch-1 | Luke Smith | 2020-08-27 | 1 | -4/+11 |
| | |\ | | | | | | | swallow patch: add FreeBSD support | ||||
| | | * | swallow patch: add FreeBSD support | aajonusonline | 2020-05-18 | 1 | -4/+11 |
| | | | | | | | | | | | | | patch from this commit: https://github.com/deadpixi/deadpixi-dwm/commit/42a798c34b4a4182599fc09f661c3b826a77bd54 | ||||
| | * | | Merge pull request #99 from hamidout/mic-mute | Luke Smith | 2020-08-27 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | Added mute mic functionality | ||||
| | | * | | added binding to Mic-Mute key(mutes mic, duh) | hamidout | 2020-07-26 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Merge pull request #103 from Spooky309/master | Luke Smith | 2020-08-27 | 2 | -1/+9 |
| | |\ \ \ | | |/ / | |/| | | Don't try and signal dwmblocks on OpenBSD | ||||
| | | * | | dwmblocks doesn't receive signals on OpenBSD, OpenBSD doesn't implement ↵ | skeletal738 | 2020-08-09 | 2 | -1/+9 |
| | |/ / | | | | | | | | | | sigqueue. Got rid of these. | ||||
| | * | | Merge pull request #79 from jbensmann/master | Luke Smith | 2020-06-03 | 1 | -2/+2 |
| | |\ \ | | | | | | | | | fixed gaps in centeredfloatingmaster layout | ||||
| | | * | | fixed gaps in centeredfloatingmaster layout | Johannes Bensmann | 2020-06-01 | 1 | -2/+2 |
| | | |/ | | | | | | | | | | the master area moved up when increasing outer gaps | ||||
| * | / | snippets | Luke Smith | 2020-06-07 | 1 | -1/+1 |
| |/ / | |||||
| * | | ui fix | Luke Smith | 2020-06-02 | 1 | -3/+1 |
| | | | |||||
| * | | funding file for github sponsors | Luke Smith | 2020-06-02 | 1 | -0/+5 |
| | | | |||||
| * | | Merge branch 'master' of git://git.suckless.org/dwm | Luke Smith | 2020-05-19 | 1 | -5/+6 |
| |\ \ | |/ |/| | |||||
| | * | dwm crashes when opening 50+ clients (tile layout) | bakkeby | 2020-04-25 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| | * | drawbar: Don't shadow sw global | Chris Down | 2020-04-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | 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. | ||||
| | * | getatomprop: Add forward declaration | Chris Down | 2020-04-22 | 1 | -0/+1 |
| | | | | | | | | | | | No functional changes, but for every other function we have a forward declaration here. getatomprop should be no exception. | ||||
| | * | setmfact: Unify bounds for compile-time and runtime mfact | Chris Down | 2020-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #68 from vladdoster/patch-1 | Luke Smith | 2020-05-16 | 2 | -17/+17 |
| |\ \ | | | | | | | formatting | ||||
| | * | | add relative link | Vlad Doster | 2020-05-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update config.h | Vlad Doster | 2020-05-15 | 1 | -8/+8 |
| | | | | |||||
| | * | | Update config.h | Vlad Doster | 2020-05-15 | 1 | -7/+7 |
| | | | | |||||
| | * | | formatting | Vlad Doster | 2020-05-15 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #66 from mokulus/stack-fix | Luke Smith | 2020-05-12 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix crashes when stack is empty | ||||
| | * | | Fix crashes when stack is empty | MateuszOkulus | 2020-05-12 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #64 from cm-mcl/master | Luke Smith | 2020-05-11 | 1 | -1/+1 |
| |\ \ | | | | | | | Update dwm.1 | ||||
| | * | | Update dwm.1 | cm-mcl | 2020-05-11 | 1 | -1/+1 |
| |/ / | | | | | Fix typo on line 32 | ||||
| * | | borders red and non-transparent | Luke Smith | 2020-05-08 | 2 | -1/+3 |
| | | | |||||
| * | | v to move to master | Luke Smith | 2020-05-08 | 2 | -3/+4 |
| | | | |||||
| * | | can shift click modules, | Luke Smith | 2020-05-07 | 1 | -0/+2 |
| | | | | | | | | | shift right click opens config | ||||
| * | | commenting unused funcs to avoid build warnings | Luke Smith | 2020-05-06 | 1 | -71/+71 |
| | | | |||||
| * | | move only by one minute | Luke Smith | 2020-05-06 | 2 | -5/+5 |
| | | | |||||
| * | | that was removed | Luke Smith | 2020-05-06 | 1 | -2/+0 |
| | | | |||||
| * | | Merge pull request #57 from aajonusonline/master | Luke Smith | 2020-05-05 | 1 | -2/+5 |
| |\ \ | | | | | | | swallow patch: unfullscreen client and reset focus | ||||
| | * | | fixes previous patch | Aajonus Online | 2020-05-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | swallow patch: unfullscreen client and reset focus | Aajonus Online | 2020-05-05 | 1 | -1/+4 |
| | | | | |||||
| * | | | don't swallow if window floats | Luke Smith | 2020-05-05 | 2 | -0/+3 |
| | | | | |||||
| * | | | xev doesn't swallow | Luke Smith | 2020-05-05 | 1 | -0/+1 |
| | | | | |||||