simple window manager
This repository has been archived on 2021-03-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dylan Araps 0e8cc9fe86
sowm: Fix errors. Closes #51
2020-01-24 06:40:37 +02:00
.gitignore sowm: provide config.def.h instead 2019-10-15 17:12:10 +03:00
LICENSE.md docs: update 2019-10-15 12:56:51 +03:00
Makefile docs: update 2020-01-23 17:03:56 +02:00
README.md docs: update 2020-01-23 02:40:13 +02:00
config.def.h sowm: Enable missing prototypes warning and define win_prev. 2019-12-18 11:41:21 +00:00
sowm.c sowm: Fix errors. Closes #51 2020-01-24 06:40:37 +02:00
sowm.h sowm: Fix errors. Closes #51 2020-01-24 06:40:37 +02:00

README.md

sowm (Simple Opinionated Window Manager)

An itsy bitsy floating window manager (220~ sloc / 24kb compiled!).

  • Floating only.
  • Fullscreen toggle.
  • Window centering.
  • Mix of mouse and keyboard workflow.
  • Focus with cursor.
  • Rounded corners (through patch)

  • Alt-Tab window focusing.
  • All windows die on exit.
  • No window borders.
  • No ICCCM.
  • No EWMH.
  • etc etc etc

Patches available here: https://github.com/dylanaraps/sowm-patches

Default Keybindings

Window Management

combo action
Mouse focus under cursor
MOD4 + Left Mouse move window
MOD4 + Right Mouse resize window
MOD4 + f maximize toggle
MOD4 + c center window
MOD4 + q kill window
MOD4 + 1-9 desktop swap
MOD4 + Shift +1-9 send window to desktop
MOD1 + TAB (alt-tab) focus cycle

Programs

combo action program
MOD4 + Return terminal st
MOD4 + d dmenu dmenu_run
MOD4 + p scrot scr
MOD4 + w wallpaper cycler bud
XF86_AudioLowerVolume volume down amixer
XF86_AudioRaiseVolume volume up amixer
XF86_AudioMute volume toggle amixer
XF86_MonBrightnessUp brightness up bri
XF86_MonBrightnessDown brightness down bri

Dependencies

  • xlib (usually libX11).

Installation

  1. Copy config.def.h to config.h and modify it to suit your needs.
  2. Run make to build sowm.
  3. Copy it to your path or run make install.
    • DESTDIR and PREFIX are supported.
  4. (Optional) Apply patch with git apply patches/patch-name
    • In case of applying multiple patches, it has to be done manually.

Thanks

  • 2bwm
  • SmallWM
  • berry
  • catwm
  • dminiwm
  • dwm
  • monsterwm
  • openbox
  • possumwm
  • swm
  • tinywm