Fork of dwm-flexipatch for personal use
Go to file
2019-09-05 23:59:13 +02:00
patch Adding tagallmon and tagswapmon patches 2019-09-05 23:59:13 +02:00
.gitignore Adding alpha patch 2019-09-05 00:16:39 +02:00
config.def.h Adding tagallmon and tagswapmon patches 2019-09-05 23:59:13 +02:00
config.mk Adding alpha patch 2019-09-05 00:16:39 +02:00
drw.c Adding README.md 2019-09-05 13:35:52 +02:00
drw.h Adding alpha patch 2019-09-05 00:16:39 +02:00
dwm.1 Adding alpha patch 2019-09-05 00:16:39 +02:00
dwm.c Adding tagmonfixfs patch 2019-09-05 23:39:25 +02:00
dwm.png Adding alpha patch 2019-09-05 00:16:39 +02:00
LICENSE Adding alpha patch 2019-09-05 00:16:39 +02:00
Makefile Adding alpha patch 2019-09-05 00:16:39 +02:00
patches.h Adding tagallmon and tagswapmon patches 2019-09-05 23:59:13 +02:00
README Adding alpha patch 2019-09-05 00:16:39 +02:00
README.md Adding tagallmon and tagswapmon patches 2019-09-05 23:59:13 +02:00
transient.c Adding alpha patch 2019-09-05 00:16:39 +02:00
util.c Adding alpha patch 2019-09-05 00:16:39 +02:00
util.h Adding alpha patch 2019-09-05 00:16:39 +02:00

This side project has a different take on dwm patching. It uses preprocessor directives to decide whether or not to include a patch during build time; essentially this means that this build, for better or worse, contains both the patched and the original code. The aim being that you can select which patches to include and the build will contain that code and nothing more.

For example to include the alpha patch then you would only need to flip this setting from 0 to 1 in patches.h:

#define ALPHA_PATCH 1

Refer to https://dwm.suckless.org/ for details on the dwm window manager, how to install it and how it works.


Changelog:

2019-09-05 - Alpha, systray, togglefullscreen, tagallmon, tagmonfixfs, tagswapmon, pertag and zoomswap patches added

Patches included:

  • alpha

    • adds transparency for the status bar
  • pertag

    • adds nmaster, mfact, layouts and more per tag rather than per monitor
  • systray

    • adds system tray in the status bar
  • tagallmon

    • move all visible windows to an adjacent monitor
  • tagmonfixfs

    • allows moving a fullscreen window to another monitor while remaining in fullscreen
  • tagswapmon

    • swap all visible windows on one monitor with those of an adjacent monitor
  • togglefullscreen

    • allows you to toggle fullscreen on and off using a single shortcut key
  • zoomswap

    • allows a master and a stack window to swap places rather than every window on the screen changing position