mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
tty: Add support for disabling DRM devices
This commit is contained in:
committed by
Ivan Molodetskikh
parent
b7f1e382a2
commit
5c91e3191d
@@ -1504,6 +1504,10 @@ impl State {
|
||||
output_config_changed = true;
|
||||
}
|
||||
|
||||
if config.debug.ignored_drm_devices != old_config.debug.ignored_drm_devices {
|
||||
output_config_changed = true;
|
||||
}
|
||||
|
||||
// FIXME: move backdrop rendering into layout::Monitor, then this will become unnecessary.
|
||||
if config.overview.backdrop_color != old_config.overview.backdrop_color {
|
||||
output_config_changed = true;
|
||||
|
||||
Reference in New Issue
Block a user