]> git.sur5r.net Git - i3/i3/blobdiff - parser-specs/config.spec
Bugfix: actually parse client.placeholder (Thanks Ingo)
[i3/i3] / parser-specs / config.spec
index f1021b26f9cad6d151c29a26d94da7cce60c10e7..7a93b9fb95e17d5af69cc1e91bdfa5b2f407bf71 100644 (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).