Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.87 KB

dwm

Patches

  • actualfullscreen: toggle fullscreen for a window
  • alttagsdecoration: alternative text for tags which contain at least one window.
  • alwayscenter: center all floating windows
  • alwaysontop: set one floating window to be always-on-top
  • autostart
  • 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 bar
  • pertag: keeps layout, mwfact, barpos and nmaster per tag
  • scratchpad
  • shiftview: cycle through tags
  • 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

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