dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

README (1166B)


      1 My patches and config for dwl
      2 =============================
      3 Changes:
      4 --------
      5  - Building now has an extra step to apply the config for a given platform
      6  - Added back the dwm bar
      7  - Added vanitygaps
      8  - Made natural scrolling only available for touchpads
      9    - Sorry to the weirdos that like natural scrolling on mice if you exist,
     10      this is the easiest way to get natural scrolling on touchpads and not
     11      mice. The alternative is a much more complicated patch that would have a
     12      toggle for each input method.
     13  - Keeping in config.h files
     14    - They are themed with Catppuccin, and assume that you're using foot.
     15    - Void linux assumes pulseaudio.
     16  - Installing to your local user XDG directory of $HOME/.local, rather than
     17    systemwide. There's nothing worse than having some packages managed by the
     18    system package manager overwriting or conflicting with the install.
     19 
     20 How to build:
     21 -------------
     22 First, prepare your platform. Currently supported are Void linux (void) and
     23 OpenBSD (OBSD). (The void config should work for most distros with pulseaudio).
     24 Example:
     25 	$ ./prepvoid.sh
     26 or
     27 	$ ./prepOBSD.sh
     28 
     29 Then you just make as usual:
     30 	$ make && make install