Wayfire overview plugin inspired by the GNOME Activity Overview
This fixes issue with hover and focus switching when there's more than one output. Closes #5 |
||
---|---|---|
metadata | ||
src | ||
.clang-format | ||
.envrc | ||
.gitignore | ||
CHANGELOG.md | ||
flake.lock | ||
flake.nix | ||
justfile | ||
LICENSE | ||
meson.build | ||
README.md | ||
version.sh |
QWF Overview
QWF Overview is a Wayfire plugin for displaying an overview of all the currently open windows, inspired by the GNOME Activity Overview.
Installation
meson setup build # optionally specify the prefix with --prefix=/some/path
ninja -C build install
Configuration
To enable qwf-overview
add it to plugins
in the core
section of ~/.config/wayfire.ini
.
The default config is as follows:
[qwf-overview]
toggle = <super>
speed = 500ms circle
hover-speed = 500ms circle
License
QWF Overview is distributed under the terms of the GNU General Public License, version 2 or later. See the LICENSE file for details.