Skip to content

incrigaps

Bakkeby edited this page Feb 27, 2024 · 6 revisions
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

Back to Functions > Gaps.

Clone this wiki locally