floating: Add toggle_stacking_(focused)
This commit is contained in:
parent
0147c328f9
commit
f6c28466e9
3 changed files with 74 additions and 6 deletions
|
|
@ -993,6 +993,7 @@ impl Workspaces {
|
|||
s.theme = theme.clone();
|
||||
for mut w in &mut s.workspaces {
|
||||
w.tiling_layer.theme = theme.clone();
|
||||
w.floating_layer.theme = theme.clone();
|
||||
|
||||
w.mapped().for_each(|m| {
|
||||
m.update_theme(theme.clone());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue