mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
Write a comment on xdg-decoration lack of live-reload
This commit is contained in:
+5
-1
@@ -634,8 +634,12 @@ impl State {
|
|||||||
self.backend.on_output_config_changed(&mut self.niri);
|
self.backend.on_output_config_changed(&mut self.niri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Can't really update xdg-decoration settings since we have to hide the globals for CSD
|
||||||
|
// due to the SDL2 bug... I don't imagine clients are prepared for the xdg-decoration
|
||||||
|
// global suddenly appearing? Either way, right now it's live-reloaded in a sense that new
|
||||||
|
// clients will use the new xdg-decoration setting.
|
||||||
|
|
||||||
self.niri.queue_redraw_all();
|
self.niri.queue_redraw_all();
|
||||||
// FIXME: apply xdg decoration settings.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "xdp-gnome-screencast")]
|
#[cfg(feature = "xdp-gnome-screencast")]
|
||||||
|
|||||||
Reference in New Issue
Block a user