command.spec: Put cmd_border stuff together (#5266)
This commit is contained in:
parent
029cb8af19
commit
a1e4b44955
@ -114,6 +114,12 @@ state BORDER:
|
||||
'1pixel'
|
||||
-> call cmd_border("pixel", 1)
|
||||
|
||||
state BORDER_WIDTH:
|
||||
end
|
||||
-> call cmd_border($border_style, -1)
|
||||
border_width = number
|
||||
-> call cmd_border($border_style, &border_width)
|
||||
|
||||
# gaps inner|outer|horizontal|vertical|top|right|bottom|left [current] [set|plus|minus|toggle] <px>
|
||||
state GAPS:
|
||||
type = 'inner', 'outer', 'horizontal', 'vertical', 'top', 'right', 'bottom', 'left'
|
||||
@ -137,12 +143,6 @@ state GAPS_END:
|
||||
end
|
||||
-> call cmd_gaps($type, $scope, $mode, $value)
|
||||
|
||||
state BORDER_WIDTH:
|
||||
end
|
||||
-> call cmd_border($border_style, -1)
|
||||
border_width = number
|
||||
-> call cmd_border($border_style, &border_width)
|
||||
|
||||
# layout default|stacked|stacking|tabbed|splitv|splith
|
||||
# layout toggle [split|all]
|
||||
state LAYOUT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user