]> git.sur5r.net Git - i3/i3/commit
Make sure sticky windows pop to the front if they get sticky while not being on a... 1856/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 26 Aug 2015 19:06:53 +0000 (21:06 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sun, 13 Sep 2015 18:40:20 +0000 (20:40 +0200)
commit1c4c3f06fa6ae8f0c4a445bc6f940e43081d40f6
treec7f4ed8cd41c7968712fe074416d388871d2bef7
parent23a1dadaae73260b951a3c6449b071f0530d3efb
Make sure sticky windows pop to the front if they get sticky while not being on a visible workspace.
This commit also reworks the way focusing sticky windows is prevented by not focusing them temporarily at all, but preventing the focus in the first place.
include/con.h
include/output.h
src/commands.c
src/con.c
src/floating.c
src/handlers.c
src/output.c
src/scratchpad.c
src/workspace.c
testcases/t/251-sticky.t