From c105a7520ae1d0d9f59e3a6325c0b73f36ed85ed Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Sat, 18 Oct 2025 15:08:35 +0300 Subject: Debug --- src/wayland.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/wayland.rs') diff --git a/src/wayland.rs b/src/wayland.rs index f9c396d..54699ec 100644 --- a/src/wayland.rs +++ b/src/wayland.rs @@ -30,10 +30,11 @@ pub fn configure_hyprland_window( // For Hyprland, we can use hyprctl to configure the window // This requires the window to be created first, so we'll do this after creation if let Ok(output) = Command::new("which").arg("hyprctl").output() - && output.status.success() { - info!("Hyprland detected, will configure window properties"); - // We'll configure the window after it's mapped in the event loop - } + && output.status.success() + { + info!("Hyprland detected, will configure window properties"); + // We'll configure the window after it's mapped in the event loop + } Ok(()) } -- cgit v1.2.3-70-g09d2