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