| LOW | komorebic/src/main.rs | 801 | |
| LOW | komorebic/src/main.rs | 821 | whkd: bool, |
| LOW | komorebic/src/main.rs | 841 | whkd: bool, |
| LOW | komorebic/src/main.rs | 961 | /// Path to a static configuration JSON file |
| LOW | komorebic/src/main.rs | 1041 | #[clap(hide = true)] |
| LOW | komorebic/src/main.rs | 1061 | /// Show the path to komorebi.bar.json |
| LOW | komorebic/src/main.rs | 1081 | /// Show information about connected monitors |
| LOW | komorebic/src/main.rs | 1101 | /// Tail komorebi.exe's process logs (cancel with Ctrl-C) |
| LOW | komorebic/src/main.rs | 1121 | #[clap(arg_required_else_help = true)] |
| LOW | komorebic/src/main.rs | 1141 | #[clap(arg_required_else_help = true)] |
| LOW | komorebic/src/main.rs | 1161 | /// Resize the focused window in the specified direction |
| LOW | komorebic/src/main.rs | 1181 | #[clap(arg_required_else_help = true)] |
| LOW | komorebic/src/main.rs | 1201 | /// Move the focused window to the specified monitor workspace |
| LOW | komorebic/src/main.rs | 1221 | /// Focus the specified workspace on the target monitor |
| LOW | komorebic/src/main.rs | 1241 | /// Move the focused workspace monitor in the given cycle direction |
| LOW | komorebic/src/main.rs | 1261 | /// Set offsets for a workspace to exclude parts of the work area from tiling |
| LOW | komorebic/src/main.rs | 1281 | /// Cycle between available layouts |
| LOW | komorebic/src/main.rs | 1301 | PromoteFocus, |
| LOW | komorebic/src/main.rs | 1321 | /// Set the container padding for the specified workspace |
| LOW | komorebic/src/main.rs | 1341 | #[clap(hide = true)] |
| LOW | komorebic/src/main.rs | 1361 | /// Clear all dynamic layout rules for the specified workspace |
| LOW | komorebic/src/main.rs | 1381 | /// Enable or disable float override, which makes it so every new window opens in floating |
| LOW | komorebic/src/main.rs | 1401 | /// Force komorebi to manage the focused window |
| LOW | komorebic/src/main.rs | 1421 | #[clap(arg_required_else_help = true)] |
| LOW | komorebic/src/main.rs | 1441 | ClearSessionFloatRules, |
| LOW | komorebic/src/main.rs | 1461 | /// Remove all application association rules for a workspace by monitor and workspace index |
| LOW | komorebic/src/main.rs | 1481 | #[clap(arg_required_else_help = true)] |
| LOW | komorebic/src/main.rs | 1501 | /// Set the border offset |
| LOW | komorebic/src/main.rs | 1521 | ToggleTransparency, |
| LOW | komorebic/src/main.rs | 1541 | ToggleFocusFollowsMouse(ToggleFocusFollowsMouse), |
| LOW | komorebic/src/main.rs | 1561 | #[clap(alias = "fmt-asc")] |
| LOW | komorebi-bar/src/config.rs | 21 | #[cfg_attr(feature = "schemars", schemars(extend("default" = 50)))] |
| LOW | komorebi-bar/src/config.rs | 41 | /// "bottom": 10, |
| LOW | komorebi-bar/src/config.rs | 61 | /// ``` |
| LOW | komorebi-bar/src/config.rs | 81 | /// Font family |
| LOW | komorebi-bar/src/config.rs | 261 | |
| LOW | komorebi-bar/src/config.rs | 361 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] |
| LOW | komorebi-bar/src/config.rs | 381 | /// ```json |
| LOW | komorebi-bar/src/config.rs | 401 | /// CMD (%variable%), Bash ($variable) and PowerShell ($Env:variable) variables will be resolved. |
| LOW | komorebi-bar/src/config.rs | 421 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] |
| LOW | komorebi-bar/src/render.rs | 381 | #[serde(alias = "CtByte")] |
| LOW | komorebi-bar/src/widgets/komorebi.rs | 81 | #[derive(Clone, Debug, Serialize, Deserialize)] |
| LOW | komorebi-bar/src/widgets/komorebi.rs | 101 | /// Show the widget event if the layer is Tiling |
| LOW | komorebi-bar/src/widgets/komorebi.rs | 921 | |
| LOW | komorebi-bar/src/widgets/systray.rs | 61 | /// Whether the systray info panel is currently shown |
| LOW | komorebi-bar/src/widgets/systray.rs | 81 | /// Show in the overflow/hidden section |
| LOW | komorebi-bar/src/widgets/systray.rs | 101 | }, |
| LOW | komorebi-bar/src/widgets/systray.rs | 121 | /// Tooltip text to match |
| LOW | komorebi-bar/src/widgets/systray.rs | 141 | /// systray icons in the log output. |
| LOW | komorebi-bar/src/widgets/applications.rs | 41 | /// Whether to show the launch command on hover (optional). |
| LOW | komorebi-bar/src/widgets/applications.rs | 61 | /// Inherits from the global `Applications` setting if omitted. |
| LOW | komorebi-bar/src/widgets/widget.rs | 41 | /// Widget configuration |
| LOW | komorebi-bar/src/widgets/widget.rs | 61 | /// Media widget configuration |
| LOW | komorebi-bar/src/widgets/time.rs | 81 | /// Display label prefix |
| LOW | komorebi-bar/src/widgets/time.rs | 121 | #[derive(Clone, Debug, Serialize, Deserialize)] |
| LOW | komorebi-bar/src/widgets/date.rs | 61 | } |
| LOW | komorebi-bar/src/widgets/keyboard.rs | 61 | /// Retrieves the name of the active keyboard layout for the current foreground window. |
| LOW | komorebi-bar/src/widgets/keyboard.rs | 101 | _ => String::from_utf16(&locale_name_buffer[..char_count as usize]).map_err(|_| ()), |
| LOW | komorebi-bar/src/widgets/storage.rs | 21 | /// Storage widget configuration |
| LOW | komorebi-bar/src/widgets/network.rs | 41 | /// Characters to reserve for received and transmitted activity |
| 54 more matches not shown… |