config: workspace display order
This commit is contained in:
parent
40328d7c4a
commit
e570152dde
17 changed files with 237 additions and 11 deletions
|
|
@ -45,6 +45,7 @@
|
|||
|
||||
#[expect(unused_imports)]
|
||||
use crate::input::Seat;
|
||||
|
||||
use {
|
||||
crate::{
|
||||
_private::ipc::WorkspaceSource, keyboard::ModifiedKeySym, video::Connector, window::Window,
|
||||
|
|
@ -73,6 +74,7 @@ pub mod theme;
|
|||
pub mod timer;
|
||||
pub mod video;
|
||||
pub mod window;
|
||||
pub mod workspace;
|
||||
pub mod xwayland;
|
||||
|
||||
/// A planar direction.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue