| LOW | docs/wiki/Configuration:-Input.md | 21 | } |
| LOW | docs/wiki/Configuration:-Input.md | 41 | // scroll-method "two-finger" |
| LOW | docs/wiki/Configuration:-Input.md | 61 | // left-handed |
| LOW | docs/wiki/Configuration:-Input.md | 81 | // accel-profile "flat" |
| LOW | docs/hooks/shortcodes.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> |
| LOW | niri-ipc/src/lib.rs | 1 | //! Types for communicating with niri via IPC. |
| LOW | niri-ipc/src/lib.rs | 21 | //! |
| LOW | niri-ipc/src/lib.rs | 41 | //! |
| LOW | niri-ipc/src/lib.rs | 81 | FocusedOutput, |
| LOW | niri-ipc/src/lib.rs | 101 | /// Start continuously receiving events from the compositor. |
| LOW | niri-ipc/src/lib.rs | 121 | Casts, |
| LOW | niri-ipc/src/lib.rs | 141 | Version(String), |
| LOW | niri-ipc/src/lib.rs | 181 | pub struct PickedColor { |
| LOW | niri-ipc/src/lib.rs | 201 | /// Power off all monitors via DPMS. |
| LOW | niri-ipc/src/lib.rs | 221 | delay_ms: Option<u16>, |
| LOW | niri-ipc/src/lib.rs | 241 | /// The screenshot is saved according to the `screenshot-path` config setting. |
| LOW | niri-ipc/src/lib.rs | 261 | /// |
| LOW | niri-ipc/src/lib.rs | 281 | /// |
| LOW | niri-ipc/src/lib.rs | 321 | /// Focus a window by id. |
| LOW | niri-ipc/src/lib.rs | 341 | /// Focus the first column. |
| LOW | niri-ipc/src/lib.rs | 401 | /// Move the focused column to a specific index on its workspace. |
| LOW | niri-ipc/src/lib.rs | 441 | /// Consume the window to the right into the focused column. |
| LOW | niri-ipc/src/lib.rs | 481 | reference: WorkspaceReferenceArg, |
| LOW | niri-ipc/src/lib.rs | 521 | /// If `true` (the default) and the window to move is focused, the focus will follow the |
| LOW | niri-ipc/src/lib.rs | 541 | /// `false`, the focus will remain on the original workspace. |
| LOW | niri-ipc/src/lib.rs | 601 | /// |
| LOW | niri-ipc/src/lib.rs | 641 | MoveWindowToMonitor { |
| LOW | niri-ipc/src/lib.rs | 721 | /// |
| LOW | niri-ipc/src/lib.rs | 741 | }, |
| LOW | niri-ipc/src/lib.rs | 801 | #[cfg_attr(feature = "clap", arg(long))] |
| LOW | niri-ipc/src/lib.rs | 821 | /// |
| LOW | niri-ipc/src/lib.rs | 881 | /// Id of the window to target. |
| LOW | niri-ipc/src/lib.rs | 901 | /// Stop a PipeWire screencast. |
| LOW | niri-ipc/src/lib.rs | 921 | id: u64, |
| LOW | niri-ipc/src/lib.rs | 961 | |
| LOW | niri-ipc/src/lib.rs | 1001 | #[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq)] |
| LOW | niri-ipc/src/lib.rs | 1021 | /// Turn on the output. |
| LOW | niri-ipc/src/lib.rs | 1041 | #[cfg_attr(feature = "clap", arg())] |
| LOW | niri-ipc/src/lib.rs | 1061 | #[cfg_attr(feature = "clap", arg())] |
| LOW | niri-ipc/src/lib.rs | 1161 | #[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq)] |
| LOW | niri-ipc/src/lib.rs | 1221 | /// Available modes for the output. |
| LOW | niri-ipc/src/lib.rs | 1241 | /// Output mode. |
| LOW | niri-ipc/src/lib.rs | 1261 | /// Logical Y position. |
| LOW | niri-ipc/src/lib.rs | 1281 | #[serde(rename = "90")] |
| LOW | niri-ipc/src/lib.rs | 1301 | |
| LOW | niri-ipc/src/lib.rs | 1321 | #[serde(rename = "14")] |
| LOW | niri-ipc/src/lib.rs | 1341 | pub title: Option<String>, |
| LOW | niri-ipc/src/lib.rs | 1361 | /// Position- and size-related properties of the window. |
| LOW | niri-ipc/src/lib.rs | 1381 | } |
| LOW | niri-ipc/src/lib.rs | 1401 | pub struct WindowLayout { |
| LOW | niri-ipc/src/lib.rs | 1421 | /// Location of the window's visual geometry within its tile. |
| LOW | niri-ipc/src/lib.rs | 1441 | #[cfg_attr(feature = "json-schema", derive(schemars::JsonSchema))] |
| LOW | niri-ipc/src/lib.rs | 1461 | pub name: Option<String>, |
| LOW | niri-ipc/src/lib.rs | 1481 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)] |
| LOW | niri-ipc/src/lib.rs | 1521 | pub namespace: String, |
| LOW | niri-ipc/src/lib.rs | 1541 | /// Do not confuse `session_id` with [`stream_id`](Self::stream_id). |
| LOW | niri-ipc/src/lib.rs | 1561 | pub pid: Option<i32>, |
| LOW | niri-ipc/src/lib.rs | 1601 | |
| LOW | niri-ipc/src/lib.rs | 1621 | /// A workspace was activated on an output. |
| LOW | niri-ipc/src/lib.rs | 1641 | /// The window configuration has changed. |
| 65 more matches not shown… |