From 05eb9752501a96dbc03debdf9f489858812cded6 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 21 May 2024 14:49:09 -0500 Subject: [PATCH] Fix Wofi not centering --- config/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hyprland.nix b/config/hyprland.nix index 04b16e5..8cb48ae 100644 --- a/config/hyprland.nix +++ b/config/hyprland.nix @@ -76,7 +76,8 @@ with lib; env = QT_AUTO_SCREEN_SCALE_FACTOR, 1 env = SDL_VIDEODRIVER, x11 env = MOZ_ENABLE_WAYLAND, 1 - windowrule=noborder,^(wofi)$ + windowrule = noborder,^(wofi)$ + windowrule = center,^(wofi)$ gestures { workspace_swipe = true workspace_swipe_fingers = 3