VuiMuich
VuiMuich
Essentially, yes. Not counting all windows though. For example `dock` or `desktop` are ignored as these tend to be present everywhere.
Welcome adventurer! For now I think the `bug` label is ok, as this indeed is some unexpected behaviour and `enhancement` would be more like "this one command is working as...
Welcome Adventurer! This indeed is intended behaviour and it is a common confusion to users new to this concept, especilly when the previous WM has been one which has static...
I like the general idea, though I would propose a slightly different approach. I would suggest to add this as an optional field to the `workspace` config, as this seems...
Do I get you right, that you basically (almost) never want to move the focus away from you workspace 5? Then you could add `leftwmw command SendWorkspaceToTag 4 0` to...
Yeah, non-zero exit-code seems like a good idea, also giving a meaningfull log if this path is missing. I have been holding back on some refactors that might be helpfull...
> ok I was able to fix it by explicitly stating workspaces and output monitor in config.ron Awesome you figured that out yourself and sorry your question came up, at...
Hey @TH3-S4LM0N, why did you choose to close? Sorry for the late reply, I had started to write something, but got distracted from RL and forgot to resume. As you...
Getting the return type of `fn read_ron_config` is bugging me out. That part of Rust has always been a weak point for me and now my Rust is even getting...