Merge pull request #3230 from hwangcc23/fix-3227

Make "scratchpad show" return correct info
This commit is contained in:
Ingo Bürk
2018-04-21 17:57:54 +02:00
committed by GitHub
4 changed files with 61 additions and 12 deletions

View File

@ -29,7 +29,7 @@ void scratchpad_move(Con *con);
* can press the same key to quickly look something up).
*
*/
void scratchpad_show(Con *con);
bool scratchpad_show(Con *con);
/**
* When starting i3 initially (and after each change to the connected outputs),