diff options
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 6 |
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; |
