parser: reorder v/h/vertical/horizontal
This eliminates an error message upon split horizontal which did not occur in older i3 versions. The command itself worked just fine.
This commit is contained in:
@ -130,7 +130,7 @@ state FULLSCREEN:
|
||||
|
||||
# split v|h|vertical|horizontal
|
||||
state SPLIT:
|
||||
direction = 'v', 'h', 'vertical', 'horizontal'
|
||||
direction = 'horizontal', 'vertical', 'v', 'h'
|
||||
-> call cmd_split($direction)
|
||||
|
||||
# floating enable|disable|toggle
|
||||
|
Reference in New Issue
Block a user