incrgaps - bakkeby/dusk GitHub Wiki

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

Back to Functions > Gaps.

⚠️ **GitHub.com Fallback** ⚠️