Commit Graph

171 Commits (c7af5c6b67cf2f09439050f635684a42a879c446)

Author SHA1 Message Date
bakkeby 67fc80803d onlyquitonempty: refactoring patch to only take client windows into
consideration when deciding whether or not to allow dwm to quit

As per the original patch
https://dwm.suckless.org/patches/onlyquitonempty/

it used XQueryTree to get a count of the number of windows open to
determine whether to allow the window manager to exit.

This meant that the empty quit count variable would have to take
into account background windows such as the bar, which has side
effects like plugging in another monitor could mean that you would
not longer be allowed to quit dwm until the monitor is removed.

Likewise a systray and each systray icon would give a +1 to the
number of windows in the system.

This is unintuitive to understand and convoluted to explain, hence
the refactoring here to use the more sane approach of only counting
the number of client windows that the window manager manages.

This is an old idea which was intentionally not added to
dwm-flexipatch due to the aim of staying true to the original patch
(as in if you were to patch that manually you would get the same
experience as you had when trying the patch out in dwm-flexipatch).

This is ref. discussion in #194.
3 years ago
bakkeby e68f434944 Add a statusallmons and staticstatus easily toggleable in patches.h ref. #188 3 years ago
bakkeby 036421845f Adding separate statuscolors bar module ref. #180 3 years ago
bakkeby f8ae6714db Adding winicon patch 3 years ago
pepper-jelly 0733c39e0c sed source files to end with 1 new line 3 years ago
bakkeby 9072ef28a4 Splitting SchemeHid to SchemeHidNorm and SchemeHidSel given that a hidden client may still be the selected client ref. #148 3 years ago
bakkeby 7fe81a6280 fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen take precedence 3 years ago
bakkeby 23c76d13b5 vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be increased when there is only one client. 3 years ago
bakkeby 6e80cb5f36 Upgrading statuscmd patch.
The original statuscmd patch has been renamed to statuscmd-nosignal
to separate the logic from the dwmblocks integration that involves
signals. I assume as the latter has become more popular it has replaced
the statuscmd in name.
3 years ago
bakkeby 7efb64d685 Upgraded the dwmblocks patch for statuscmd which changes the signalling
mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for
those that already have a working setup. A compatibility option has been
added which changes this back to SIGUSR1. Note that configuration was
also changed.

This was ref. reported issue #114.
3 years ago
bakkeby ac737f9dfc Adding xkb patch as per request #111 3 years ago
bakkeby 0c88a49e27 Adding distributetags patch 3 years ago
bakkeby 905dc4d7af Updating inplacerotate to include rotatestack feature ref. #108 3 years ago
bakkeby 647c5935b3 Adding tapresize notes to README.md 3 years ago
verschmelzen 07277cc460 Add tapresize patch 3 years ago
bakkeby 0f9104285b Adding tab patch 3 years ago
bakkeby 0f14ffade1 Adding tatami layout option for flextile 3 years ago
bakkeby 8e9130080c riodraw: upgrading patch to include rio-spawning of windows 3 years ago
bakkeby f5bbd9b4c3 riodraw: upgrading patch to include rio-spawning of windows 3 years ago
bakkeby 009b84cbdc placemouse: upgrade to include moveorplace function 3 years ago
bakkeby 9fcfa8d6ce Adding focusdir patch 3 years ago
bakkeby 1d092253e3 Adding riodraw patch 3 years ago
bakkeby b4758c388d placemouse: adding options for tiled position being relative to client center 3 years ago
bakkeby 0f28402305 Adding placemouse patch 3 years ago
bakkeby 53c183a542 Indentation correction ref. #89 3 years ago
matt 5fd83cb76b added the layoutmenu patch 4 years ago
bakkeby 93e2544040 flextile: adding centeredmaster horiz example 4 years ago
bakkeby e26d50c110 flextile: allow nmaster of 0 to fall back to stack arrangement rather than master, ref. #81 4 years ago
bakkeby bd5db9e63f Adding symbol func to flextile-deluxe column description 4 years ago
bakkeby 251e3a23de Adding tiled indicators as suggested in #68 4 years ago
bakkeby c47f61387d mpdcontrol: fixing typo, mpd (music player daemon), not mdp 4 years ago
bakkeby 37c212ad55 Adding on_empty_keys patch ref. #51 4 years ago
bakkeby 795fcc3b51 scratchpads: when the scratchpad patch is added, the tagmask is altered, so to get a window onto all tags you have to do ~SPTAGSMASK instead of ~0 as otherwise it will interfere with the scratchpads, ref. #53 4 years ago
bakkeby 76292ba325 scratchpads: enhancing scratchpad by allowing arbitrary clients to be added to (and removed from) each scratchpad area 4 years ago
bakkeby 6eeb5ad13b bartabgroups + monocle change to default configuration 4 years ago
bakkeby 00320fb842 Adding nomodbuttons patch 4 years ago
bakkeby 7275ca47ff Experimenting with having more status indicators than just whether the client is floating or not 4 years ago
bakkeby 104c9909b5 swallow: upgrading patch + fixing glitches 4 years ago
bakkeby 8994f375e8 anybar: initial commit 4 years ago
bakkeby 2e314578ed Removing NULL value from barrules 4 years ago
bakkeby ff9811f73d Just some minor changes adding bar border patch ref. #41 4 years ago
bakkeby b3e6e3531b ipc: adding function/signal bindings 4 years ago
bakkeby 4379517c25 Adding IPC v1.5.5 patch 4 years ago
bakkeby 4c8362b726 taggrid: remove unused configuration options 4 years ago
bakkeby 0d743eddff flexwintitle: allow flexwintitle to control window borders 4 years ago
bakkeby b3d336322e Adding aspectresize patch 4 years ago
bakkeby e952cc9a81 Minor refactoring of warp and fullscreen patches, getting rid of MONOCLE_LAYOUT_POS setting 4 years ago
bakkeby f45acf8795 Added alttagsdecoration patch.
Unified tag icon handling while adding support for different icons per monitor.

In general LENGTH(tags) has been replaced with a NUMTAGS macro (defaulting to 9)
and the tags[] array has been replaced with a tagicons[][] array, access to which
is done through a single function tagicon.

This allows one central place where alternative tags, alttagsdecoration, or other
future tags logic is handled. This also gives a consistent display of tags
regardless of the module that presents tags.

Additionally the monitor index has been integrated into dwm for easier access.
4 years ago
bakkeby 939a407e25 Fixing wintitle and a few warning messages ref. #37 4 years ago
bakkeby 32819a48f3 Added clientindicators patch and unified and simplified indicator code. Enabled centeredwindowname option for awesomebar and bartabgroups patches. 4 years ago