Merge pull request #1747 from Airblader/feature-1723

Implement "title_format"
This commit is contained in:
Michael Stapelberg
2015-06-29 00:24:59 -07:00
10 changed files with 158 additions and 2 deletions

View File

@ -37,6 +37,7 @@ state INITIAL:
'rename' -> RENAME
'nop' -> NOP
'scratchpad' -> SCRATCHPAD
'title_format' -> TITLE_FORMAT
'mode' -> MODE
'bar' -> BAR
@ -374,6 +375,10 @@ state SCRATCHPAD:
'show'
-> call cmd_scratchpad_show()
state TITLE_FORMAT:
format = string
-> call cmd_title_format($format)
# bar (hidden_state hide|show|toggle)|(mode dock|hide|invisible|toggle) [<bar_id>]
state BAR:
bar_type = 'hidden_state'