Skip to content

Instantly share code, notes, and snippets.

@bbtdev
Last active March 14, 2019 16:16
Show Gist options
  • Save bbtdev/5de6b63e679b80c32444c9612518aa84 to your computer and use it in GitHub Desktop.
Save bbtdev/5de6b63e679b80c32444c9612518aa84 to your computer and use it in GitHub Desktop.
https://wiki.archlinux.org/index.php/Comparison_of_tiling_window_managers
DYNAMIC
-------
# spectrwm
* inspired by xmonad and dwm, but you don't need to learn a new language to configure it
- responsive uses the asynchronous XCB library
- written in C
- text file config
- active development
- unpopular
# awesome wm
- responsive uses the asynchronous XCB library
- lua config
TILLING
-------
# bspwm
- responsive uses the asynchronous XCB library
- minimal, separate key daemon
- shell scripting configuration
- popular
- lack of documentaion
- https://github.com/windelicato/dotfiles/wiki/bspwm-for-dummies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment