floating: Add toggle_stacking_(focused)

This commit is contained in:
Victoria Brekenfeld 2023-12-07 19:41:28 +00:00 committed by Victoria Brekenfeld
parent 0147c328f9
commit f6c28466e9
3 changed files with 74 additions and 6 deletions

View file

@ -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());