/dwm

Primary LanguageCMIT LicenseMIT

dwm

Patches

  • alwayscenter: center all floating windows
  • alwaysontop: set one floating window to be always-on-top
  • alttagsdecoration: alternative text for tags which contain at least one window.
  • moveresize: move and resize dwm's floating windows using keyboard bindings
  • noborder: remove the border when there is only one window visible
  • notitle: remove the title from the bat
  • pertag: keeps layout, mwfact, barpos and nmaster per tag
  • resizecorners: resize windows from each corner
  • scratchpad
  • swallow: this patch helps users spawning a lot of graphical programs from their command line by avoiding cluttering the screen with many unusable terminals
  • systray
  • vanitygaps: gaps + tile, bstack, bstackhoriz, centeredmaster, centeredfloatingmaster, deck, fibonacci (dwindle, spiral), grid and nrowgrid layouts. By default some of them are disabled
  • shiftview: cycle through tags

Keybindings

All the keybindings are located in the config.def.h. By default MODKEY is super or windows key.

Installation

git clone https://github.com/basilioss/dwm
cd dwm
sudo make install

If you've never compiled dwm before, have a look at this guide: https://github.com/sineemore/suckless-101