floating: Add toggle_stacking_(focused)
This commit is contained in:
parent
0147c328f9
commit
f6c28466e9
3 changed files with 74 additions and 6 deletions
|
|
@ -218,8 +218,8 @@ impl Workspace {
|
|||
tiling_enabled: bool,
|
||||
theme: cosmic::Theme,
|
||||
) -> Workspace {
|
||||
let tiling_layer = TilingLayout::new(theme, &output);
|
||||
let floating_layer = FloatingLayout::new(&output);
|
||||
let tiling_layer = TilingLayout::new(theme.clone(), &output);
|
||||
let floating_layer = FloatingLayout::new(theme, &output);
|
||||
let output_name = output.name();
|
||||
|
||||
Workspace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue