From db3b8fc0cea69e73bd546baebc7df375728b40a9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 17 Feb 2025 02:09:11 +0900 Subject: fixed width on some rofi configs --- config/rofi/config-calc.rasi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/rofi/config-calc.rasi') diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 1dfd1887..87082d76 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -10,6 +10,10 @@ mainbox { height: inherit; } +/* ---- Window ---- */ +window { + width: 30%; +} /* ---- Entry ---- */ entry { -- cgit v1.2.3