Skip to content
Discussion options

You must be logged in to vote

There is a filter command, but the command is just for convenience, it exposes a small part of the functionality. Underneath, there are general filters that can display anything by setting specific filter functions. For example, the animation that happens when switching workspaces uses these filters too.

The command filter simply configures a set of these filter functions depending on its arguments. And other commands may configure and make current a different set.

So I think the only possible way for now to do what you want is to create a Lua script and store some state in it, so when you call toggle, it knows what you want to do.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Diax170
Comment options

Answer selected by Diax170
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants