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