]> git.sur5r.net Git - i3/i3/blobdiff - parser-specs/commands.spec
parser: reorder v/h/vertical/horizontal
[i3/i3] / parser-specs / commands.spec
index 684fd23e438a586f8b7b41f94ee2c8e75b438171..b0fb9e0118a4e0f462a10c762d6891864da8a97b 100644 (file)
@@ -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