From 4c86300a0a0ec9f06e3525f8d4314cd96dcb30be Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 24 Jan 2025 23:13:47 +0100 Subject: [PATCH] hm/programs/anyrun: increase width --- modules/hm/programs/anyrun.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hm/programs/anyrun.nix b/modules/hm/programs/anyrun.nix index b17c136..aa982fc 100644 --- a/modules/hm/programs/anyrun.nix +++ b/modules/hm/programs/anyrun.nix @@ -13,9 +13,9 @@ in { programs.anyrun = { enable = true; config = { - x = {fraction = 0.5;}; - y = {fraction = 0.3;}; - width = {fraction = 0.3;}; + x.fraction = 0.5; + y.fraction = 0.3; + width.fraction = 0.5; hideIcons = false; ignoreExclusiveZones = false; layer = "overlay";