We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The --margin argument is assigned to a field margin.
--margin
margin
wmfocus/src/args.rs
Lines 128 to 130 in 241bac9
But margin_factor is just the hard-coded value of 0.2.
margin_factor
0.2
wmfocus/src/main.rs
Line 87 in 241bac9
The only three lines of code which are returned by a git grep -w margin are the three lines which set and document the field: there are no uses.
git grep -w margin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
--margin
argument is assigned to a fieldmargin
.wmfocus/src/args.rs
Lines 128 to 130 in 241bac9
But
margin_factor
is just the hard-coded value of0.2
.wmfocus/src/main.rs
Line 87 in 241bac9
The only three lines of code which are returned by a
git grep -w margin
are the three lines which set and document the field: there are no uses.The text was updated successfully, but these errors were encountered: