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