tiling: Allow windows to be moved
This commit is contained in:
parent
0c47631d9b
commit
644d53c2da
5 changed files with 369 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::{
|
||||
shell::{focus::FocusDirection, Shell, WorkspaceAmount},
|
||||
shell::{focus::FocusDirection, layout::tiling::Direction, Shell, WorkspaceAmount},
|
||||
state::{BackendData, Data},
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
|
@ -785,6 +785,7 @@ pub enum Action {
|
|||
Workspace(u8),
|
||||
MoveToWorkspace(u8),
|
||||
Focus(FocusDirection),
|
||||
Move(Direction),
|
||||
ToggleOrientation,
|
||||
Orientation(crate::shell::layout::Orientation),
|
||||
ToggleTiling,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue