refactor: tiling applet

This commit is contained in:
Ashley Wulber 2024-02-12 10:10:56 -05:00 committed by Ashley Wulber
parent 34c4bada71
commit 9c9e3986a1
9 changed files with 735 additions and 220 deletions

View file

@ -1,6 +1,8 @@
use crate::window::Window;
mod localize;
mod wayland;
mod wayland_subscription;
mod window;
fn main() -> cosmic::iced::Result {