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
randomuser 9dbb8af665 remove configuration cruft 2020-10-24 00:18:53 +00: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 sowm: fix Makefile dependencies 2020-06-16 10:30:13 +02:00
README make the readme text instead of md 2020-10-23 02:15:58 +00:00
config.def.h remove configuration cruft 2020-10-24 00:18:53 +00:00
sowm.c add patches #91, #88, #59, #76 2020-10-23 02:07:25 +00:00
sowm.h add patches #91, #88, #59, #76 2020-10-23 02:07:25 +00:00

README

sowm
====
a simple floating window manager

+----+
|KEYS|
+----+
Mod+[Enter] -> terminal
Mod+[d] -> dmenu

Alt+Tab -> cycle windows

Mod+[h,j,k,l] -> move current window
Mod+Shift+[h,j,k,l] -> resize current window
Mod+Alt+[h,j,k,l] -> halve current window

+--------+
|CONFIG.H|
+--------+
BORDER_COLOR -> color of the border 
BORDER_WIDTH -> width of a border (in px)

+----+
|TODO|
+----+
change border color depending on focus