mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Fix line position
This commit is contained in:
+1
-2
@@ -1,12 +1,11 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate tracing;
|
extern crate tracing;
|
||||||
|
|
||||||
mod handlers;
|
|
||||||
|
|
||||||
mod animation;
|
mod animation;
|
||||||
mod backend;
|
mod backend;
|
||||||
mod dbus;
|
mod dbus;
|
||||||
mod frame_clock;
|
mod frame_clock;
|
||||||
|
mod handlers;
|
||||||
mod input;
|
mod input;
|
||||||
mod layout;
|
mod layout;
|
||||||
mod niri;
|
mod niri;
|
||||||
|
|||||||
Reference in New Issue
Block a user