No description
Find a file
2022-12-04 00:50:27 -07:00
.gitignore clean config 2022-03-03 15:54:08 -07:00
config.def.h added swallow patch 2022-12-04 00:05:17 -07:00
config.h added swallow patch 2022-12-04 00:05:17 -07:00
config.mk added swallow patch 2022-12-04 00:05:17 -07:00
drw.c sticky patches and exit script 2022-11-13 18:17:50 -07:00
drw.h sticky patches and exit script 2022-11-13 18:17:50 -07:00
dwm.1 removed unwanted patches 2022-11-12 17:54:15 -07:00
dwm.c added swallow patch 2022-12-04 00:05:17 -07:00
dwm.png alternate dwm.png 2006-07-19 14:49:19 +02:00
LICENSE updated docs 2022-12-04 00:50:27 -07:00
Makefile Makefile: just show the compiler output 2018-06-02 17:10:28 +02:00
README.md updated docs 2022-12-04 00:50:27 -07:00
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 2011-07-29 20:01:22 +02:00
util.c die() on calloc failure 2016-11-05 11:34:52 +01:00
util.h import new drw from libsl and minor fixes. 2016-06-26 13:52:36 +02:00

dwm

This is my personal fork of the suckless tool, Dynamic Window Manager (dwm), that I use on any computers where workflow is critical.

My changes/patches

Here are the biggest changes and patches I applied to this fork of dwm:

  • Gruvbox Dark themed
  • Uses JetBrains Mono as the font
  • MODKEY set to Super
  • Added the following patches from the suckless website:
    • swallow
    • cursorwarp
    • fullgaps
    • hide_vacant_tags
    • sticky and stickyindicator
    • bottomstack
    • there may be more... I have no idea lol
  • A couple keybinds are not stock (compared to vanilla dwm):
    • Quitting dwm rebinded to Super+Shift+BackSpace and confirms quitting with a script
    • The increments to resize the master area have been decreased
    • Launching dmenu launches a binary called dmenu_run_history which I found online somewhere, literally no idea where I found it lol. Eventually I'll patch it myself someday
    • Launching the terminal is bound to a script that launches Alacritty in the same directory as the current terminal window

Installation

git clone https://codeberg.org/brysonsteck/dwm
cd dwm
sudo make install

License and Warranty Disclaimer

dwm is free and open source software under the MIT/X Consortium License. Read the LICENSE file for more information.