]> git.sur5r.net Git - i3/i3/commit
Implement EWMH number of desktops property
authorTony Crisci <tony@dubstepdish.com>
Mon, 16 Jun 2014 06:50:47 +0000 (02:50 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 19 Jun 2014 09:21:03 +0000 (11:21 +0200)
commitb47f480728a6d053c117e4b99ee4c78d99ba6a71
tree2d29e61f42d825c250a32bf248b019a77a44d207
parent4c06e7a573e450329212b28a3b8f4a5e89b326d4
Implement EWMH number of desktops property

_NET_NUMBER_OF_DESKTOPS:

> This property SHOULD be set and updated by the Window Manager to
> indicate the number of virtual desktops.

We interpret this property as the number of noninternal workspaces.
include/atoms.xmacro
include/ewmh.h
src/ewmh.c
src/main.c
src/workspace.c