You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in #180 it was mentioned that i3fyra -a $layout was not working as expected. This can be that user mistook -a for --layout. -a is short option for --float, which doesn't take any arguments ($layout). If an error "i3fyra --float expected no arguments, got 1" or something would be printed it would be good.
The text was updated successfully, but these errors were encountered:
in #180 it was mentioned that
i3fyra -a $layout
was not working as expected. This can be that user mistook-a
for--layout
.-a
is short option for--float
, which doesn't take any arguments ($layout). If an error "i3fyra --float expected no arguments, got 1
" or something would be printed it would be good.The text was updated successfully, but these errors were encountered: