-
Notifications
You must be signed in to change notification settings - Fork 23
incrgaps
Bakkeby edited this page Feb 27, 2024
·
7 revisions
Function | Expected argument | Default keybinding |
---|---|---|
incrgaps | E.g. 5 or -5
|
N/A |
The incrgaps
function increments all gaps with the given value.
If the value is negative then all gaps are decremented.
All gaps in this context means:
- outer horizontal gaps
- outer vertical gaps
- inner horizontal gaps
- inner vertical gaps
Gaps will never be become less than 0.
External commands:
$ duskc run_command incrgaps 10 # increment all gaps by 10 pixels
$ duskc run_command incrgaps -5 # decrement all gaps by 5 pixels
Concepts | Configuration | Features | Flags | Functionality | Functions