vaw

Results 45 issues of vaw

This PR adds the option to capture scroll events for hyprland workspaces on the whole bar like it works with sway. When using this, I had a bug that if...

When using multiple monitors, moving the focus or a window towards the other monitor doesn't change the monitor/workspace. ### Expected behavior: Using `hy3:movefocus` or `hy3:movewindow` against the edge of the...

The [documentation](https://libfuse.github.io/doxygen/structfuse__lowlevel__ops.html) mentions the lookup count a few times but I found no clear answer as to which functions should affect the lookup count. From googling I gathered that `lookup`,...

Trying to deserialize an episode from the data provided in `/playlists/{}/tracks` results in a serde error `data did not match any variant of untagged enum`. This is because the returned...

fixes #49 Implements commands: - `:room id show` to show the id of the current room - `:space child set [++order=] [++suggested] ` to add the room specified by the...

addresses #190 This adds the command `:spaces!` to open a space list that only shows spaces which are not contained in other joined spaces. This needs to fetch the members...

`:spaces` could only be searched by room id. This makes the search work by name. Also fixes a mistake where "verify request" would match any room and space in the...

Could you add an option to make search case insensitive like the vim `:set ignorecase` or `:set smartcase`? Also is it possible to highlight matches as the query is typed...

The documentation of `set_max_write` states: > On error returns the nearest value which will succeed but it doesn't check for a minimal value even tough `session::MAX_WRITE_SIZE` says that the minimum...