Skip to content

unhidepop

Bakkeby edited this page Sep 9, 2024 · 1 revision
Function Expected argument Default keybindings
unhidepop N/A N/A

The unhidepop function will reveal the most recently hidden client on the current workspace.

As such one may think of hidden windows being added to a stack and we then pop the most recently added item from the stack.

In practice this would allow for client windows to be hidden and revealed while the bars are toggled away or if the bar has been configured to not show window titles for hidden windows.

External commands:

duskc run_command unhidepop  # reveals the most recently hidden client on the current workspace

Also refer to the unhideall function.

Back to Functions > Window.

Clone this wiki locally