Wayfire overview plugin inspired by the GNOME Activity Overview
Find a file
tea d1fa9af085 fix: always use output relative cursor position
This fixes issue with hover and focus switching when there's more than
one output.

Closes #5
2025-05-19 20:03:25 +02:00
metadata build: move files to src and metadata dirs 2025-04-19 11:42:12 +02:00
src fix: always use output relative cursor position 2025-05-19 20:03:25 +02:00
.clang-format style: format with clang-format 2025-03-31 15:07:35 +02:00
.envrc feat: prototype overview based on the wf switcher 2025-03-31 15:07:33 +02:00
.gitignore build: automatically add vcs version 2025-04-21 11:23:45 +02:00
CHANGELOG.md fix: always use output relative cursor position 2025-05-19 20:03:25 +02:00
flake.lock build: add nixos vm for testing multi monitor configurations 2025-05-18 15:46:26 +02:00
flake.nix build: add nixos vm for testing multi monitor configurations 2025-05-18 15:46:26 +02:00
justfile build: add nixos vm for testing multi monitor configurations 2025-05-18 15:46:26 +02:00
LICENSE Initial commit 2025-03-31 12:58:28 +02:00
meson.build build: automatically add vcs version 2025-04-21 11:23:45 +02:00
README.md feat: make hover speed configurable 2025-04-19 10:53:54 +02:00
version.sh build: automatically add vcs version 2025-04-21 11:23:45 +02:00

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.