-
Notifications
You must be signed in to change notification settings - Fork 24
focushidden
Bakkeby edited this page Sep 9, 2024
·
1 revision
Function | Expected argument | Default keybindings |
---|---|---|
focushidden |
+1 or -1
|
N/A |
The focushidden
function allows for focusing on hidden clients only.
Passing +1
to the function will make it change focus in a clockwise way, while passing -1
will
make it change focus in a counterclockwise way.
Optionally passing +2
or -2
to the focusstack function will allow it to focus on hidden
clients in addition to visible windows.
The main reason one would want to focus on a hidden client would be to reveal it using the showhideclient function using keyboard shortcuts only.
External commands:
duskc run_command focushidden 1 # focus on the next hidden client in the stack
duskc run_command focushidden -1 # focus on the previous hidden client in the stack
Concepts | Configuration | Features | Flags | Functionality | Functions