Add resize/move via pointer

This commit is contained in:
Val Packett 2026-03-04 22:07:53 -03:00
parent 673af15cfd
commit 20e16ca508
5 changed files with 315 additions and 17 deletions

View file

@ -15,6 +15,7 @@ use crate::globals::Globals;
mod buffer;
mod deco;
mod globals;
mod seat;
mod util;
mod xdg;