summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-02 12:32:55 +0530
committerryukamish <[email protected]>2026-06-02 12:32:55 +0530
commit3332c2b802f965730aea52e00aadfef64b533c79 (patch)
treeacd7b9064621b3b0da59d43c6c3a71cac627c646
parent9995e32294a84b9f888170980fb5f0a6c9ef8c96 (diff)
fix: dynamic width and height
-rw-r--r--rofi/config.rasi6
1 files 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;