config: accept “smart” as popup_during_fullscreen parameter (Thanks supplantr)

This was the default, so explicitly setting it is not really necessary,
but of course it should be possible.

fixes #967
This commit is contained in:
Michael Stapelberg
2013-02-24 17:23:37 +01:00
parent a38749e7e4
commit 7ecdcb61f8
3 changed files with 29 additions and 3 deletions

View File

@ -229,7 +229,7 @@ state RESTART_STATE:
# popup_during_fullscreen
state POPUP_DURING_FULLSCREEN:
value = 'ignore', 'leave_fullscreen'
value = 'ignore', 'leave_fullscreen', 'smart'
-> call cfg_popup_during_fullscreen($value)
# client.background <hexcolor>