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