commit 3332c2b802f965730aea52e00aadfef64b533c79
parent 9995e32294a84b9f888170980fb5f0a6c9ef8c96
Author: ryukamish <[email protected]>
Date: Tue, 2 Jun 2026 12:32:55 +0530
fix: dynamic width and height
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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;