unhideall - bakkeby/dusk GitHub Wiki
Function | Expected argument | Default keybindings |
---|---|---|
unhideall | N/A | N/A |
The unhideall
function allows for all hidden clients on the current workspace to be
revealed.
An alternative way of doing this would be to pass 2
or MARKALL_HIDDEN
to the markall
function to first mark all hidden clients and to then trigger showhideclient to have that apply
to all selected clients.
This is a helper function that combines the above into one action. As such if there are any marked clients prior to the function being called then those clients will be unmarked first.
External commands:
duskc run_command unhideall # reveals all hidden clients on the current workspace
Also refer to the unhidepop function.