alttabway 0.4.2

Alt-tab window switcher for wayland compositors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod config_worker;
pub mod daemon;
pub mod geometry_ipc;
pub mod geometry_provider;
pub mod geometry_worker;
pub mod gui;
pub mod gui_state;
pub mod icon_helper;
pub mod image_resizer;
pub mod ipc;
pub mod renderer;
pub mod timer;
pub mod wayland_client;
pub mod wayland_client_event;