diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-08-22 14:36:47 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-08-22 14:40:40 +0300 |
| commit | cf357d7058910864018c3e3702a9723194fce916 (patch) | |
| tree | 6f93e6d1928a8f887e87f9fc22bb54206219b3fe /niri-config | |
| parent | 618fa08aa5649e867c24db5ae941ca7f5064eeca (diff) | |
| download | niri-cf357d7058910864018c3e3702a9723194fce916.tar.gz niri-cf357d7058910864018c3e3702a9723194fce916.tar.bz2 niri-cf357d7058910864018c3e3702a9723194fce916.zip | |
Implement window resize throttling
Diffstat (limited to 'niri-config')
| -rw-r--r-- | niri-config/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/niri-config/src/lib.rs b/niri-config/src/lib.rs index 7afb4fc0..ca176afd 100644 --- a/niri-config/src/lib.rs +++ b/niri-config/src/lib.rs @@ -1368,6 +1368,8 @@ pub struct DebugConfig { pub render_drm_device: Option<PathBuf>, #[knuffel(child)] pub emulate_zero_presentation_time: bool, + #[knuffel(child)] + pub disable_resize_throttling: bool, } #[derive(knuffel::DecodeScalar, Debug, Clone, Copy, PartialEq, Eq)] |
