From 3332c2b802f965730aea52e00aadfef64b533c79 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Tue, 2 Jun 2026 12:32:55 +0530 Subject: fix: dynamic width and height --- rofi/config.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 91e8a7a..9936c55 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -21,7 +21,7 @@ configuration { /*****----- Global Properties -----*****/ * { - font: "JetBrainsMono Nerd Font Propo 12"; + font: "IoskeleyMonoNL Nerd Font 12"; } * { @@ -64,7 +64,7 @@ window { location: center; anchor: center; fullscreen: false; - width: 800px; + width: 50%; x-offset: 0px; y-offset: 0px; @@ -137,7 +137,7 @@ listview { scrollbar: false; layout: vertical; reverse: false; - fixed-height: true; + fixed-height: false; fixed-columns: true; spacing: 0px; -- cgit v1.3