Bugfix: actually parse client.placeholder (Thanks Ingo)

fixes #1400
This commit is contained in:
Michael Stapelberg
2015-01-31 22:55:45 +01:00
parent a1aa878626
commit 13220e75d8
3 changed files with 5 additions and 2 deletions

View File

@ -45,7 +45,7 @@ state INITIAL:
exectype = 'exec_always', 'exec' -> EXEC
colorclass = 'client.background'
-> COLOR_SINGLE
colorclass = 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent'
colorclass = 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
-> COLOR_BORDER
# We ignore comments and 'set' lines (variables).