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