alttabway 0.2.0

Alt-tab window switcher for wayland compositors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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 ipc;
pub mod timer;
pub mod wayland_client;
pub mod wayland_client_event;
pub mod wgpu_wrapper;