]> git.sur5r.net Git - i3/i3/commit
Support _NET_WM_USER_TIME. 2074/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 20 Nov 2015 23:19:49 +0000 (00:19 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sat, 21 Nov 2015 21:48:48 +0000 (22:48 +0100)
commit00881bb156dfe339358d122301ed959fb0545dad
tree14cc6b807cd57e717585a8cba70f275fcd83d5dd
parent2bf09dffe9aeb4abb55b23b4e88412cb679ee67f
Support _NET_WM_USER_TIME.

With this patch, we support the special value "0" for _NET_WM_USER_TIME
on a window upon managing it, which indicates that the window shall not
be focused.

fixes #2064
include/atoms.xmacro
src/ewmh.c
src/manage.c
testcases/t/259-net-wm-user-time.t [new file with mode: 0644]