toggle - bakkeby/dusk GitHub Wiki
Function | Expected argument | Default keybinding |
---|---|---|
toggle | String, e.g. "SmartGaps" | N/A |
The toggle
function toggles functionality which are special features that can be
turned on or off during runtime. If the functionality is enabled then it will be disabled, and vice
versa.
The argument is case sensitive and an unmatched string will simply be ignored.
External command:
$ duskc run_command disable Warp # disables the Warp functionality
Back to Functions > Functionality.