mirror of
https://github.com/YaLTeR/niri.git
synced 2025-12-23 05:36:51 +00:00
Fix typos in comments
Some checks are pending
CI / randomized and slow tests (push) Waiting to run
CI / freebsd (push) Waiting to run
CI / test (push) Waiting to run
CI / check feature combinations (push) Waiting to run
CI / alpine musl (push) Waiting to run
CI / visual tests (push) Waiting to run
CI / msrv (push) Waiting to run
CI / clippy (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / fedora (push) Waiting to run
CI / nix (push) Waiting to run
CI / publish-wiki (push) Blocked by required conditions
CI / publish-docs (push) Blocked by required conditions
Some checks are pending
CI / randomized and slow tests (push) Waiting to run
CI / freebsd (push) Waiting to run
CI / test (push) Waiting to run
CI / check feature combinations (push) Waiting to run
CI / alpine musl (push) Waiting to run
CI / visual tests (push) Waiting to run
CI / msrv (push) Waiting to run
CI / clippy (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / fedora (push) Waiting to run
CI / nix (push) Waiting to run
CI / publish-wiki (push) Blocked by required conditions
CI / publish-docs (push) Blocked by required conditions
This commit is contained in:
parent
284c2331a2
commit
b35bcae35b
4 changed files with 12 additions and 4 deletions
|
|
@ -191,7 +191,7 @@ impl State {
|
|||
|
||||
layer.layer_surface().send_configure();
|
||||
}
|
||||
// If we already sent an initial configure, then map.arange() above had just sent
|
||||
// If we already sent an initial configure, then map.arrange() above had just sent
|
||||
// it a new configure, if needed.
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2562,7 +2562,7 @@ impl<W: LayoutElement> ScrollingSpace<W> {
|
|||
if tile.window().id() == id {
|
||||
// In the scrolling layout, we try to position popups horizontally within the
|
||||
// window geometry (so they remain visible even if the window scrolls flush with
|
||||
// the left/right edge of the screen), and vertically wihin the whole parent
|
||||
// the left/right edge of the screen), and vertically within the whole parent
|
||||
// working area.
|
||||
let width = tile.window_size().w;
|
||||
let height = self.parent_area.size.h;
|
||||
|
|
@ -4219,7 +4219,7 @@ impl<W: LayoutElement> Column<W> {
|
|||
//
|
||||
// 2. Unfullscreening a tabbed column with multiple tiles should restore the view offset
|
||||
// correctly. This means waiting for *all* tiles to unfullscreen, because otherwise the
|
||||
// restored view offset will immediately get overwritted by the still screen-wide column
|
||||
// restored view offset will immediately get overwritten by the still screen-wide column
|
||||
// (it uses the largest tile's width).
|
||||
//
|
||||
// 3. Changing a fullscreen tabbed column to normal should probably also restore the view
|
||||
|
|
|
|||
|
|
@ -1144,7 +1144,7 @@ impl WindowMruUi {
|
|||
// offscreens showing the same window (possibly in addition to the window
|
||||
// itself).
|
||||
//
|
||||
// Anyhow, this is not very noticable since Alt-Tab closing happens quickly.
|
||||
// Anyhow, this is not very noticeable since Alt-Tab closing happens quickly.
|
||||
Some(WindowMruUiRenderElement::Offscreen(elem.with_alpha(alpha)))
|
||||
}
|
||||
Err(err) => {
|
||||
|
|
|
|||
|
|
@ -1,2 +1,10 @@
|
|||
[default]
|
||||
extend-ignore-re = [
|
||||
"systemd-localed",
|
||||
]
|
||||
|
||||
[default.extend-identifiers]
|
||||
WRONLY = "WRONLY"
|
||||
|
||||
[default.extend-words]
|
||||
datas = "datas"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue