incrovgaps - bakkeby/dusk GitHub Wiki
Function | Expected argument | Default keybinding |
---|---|---|
incrovgaps | E.g. 5 or -5
|
N/A |
The incrovgaps
function increments outer vertical gaps with the given value.
If the value is negative then outer vertical gaps are decremented.
Gaps will never be become less than 0.
External commands:
$ duskc run_command incrovgaps 10 # increment outer vertical gaps by 10 pixels
$ duskc run_command incrovgaps -5 # decrement outer vertical gaps by 5 pixels