From fe11fa7c5ab3283b90f0b9cd338cb7a1381c5344 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 17 Feb 2025 02:12:40 +0900 Subject: fixed some width issues 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