sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit 1248c93bcda92e9f10bc0a06955661754108c9fa
parent ec1f32020e9b2732bc54e4cf0d8b336c581df419
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 17 Oct 2019 17:02:42 +0300

sowm: clean up

Diffstat:
Msowm.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -57,9 +57,9 @@ static desktop ws_list[10]; static int ws = 1, sw, sh, wx, wy; static unsigned int ww, wh; -static Display *d; -static Window root, cur; -static XButtonEvent mouse; +static Display *d; +static Window root, cur; +static XButtonEvent mouse; static void (*events[LASTEvent])(XEvent *e) = { [ButtonPress] = button_press,