From c31dcd2bda015a14330e76e45918532b4e75e946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Thu, 30 Jul 2026 19:53:26 -0400 Subject: [PATCH] change window positioning for pavucontrol --- .config/hypr/hyprland.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index d1441f8..85900bc 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -209,6 +209,7 @@ hl.window_rule({ class = "org.pulseaudio.pavucontrol", }, float = true, + move = "(220) (38)", }) hl.window_rule({ @@ -217,7 +218,6 @@ hl.window_rule({ title = "Save File*", }, float = true, - size = "1000 600", }) hl.window_rule({