From 558faeeebd7ebb7c383f23ecd2b643f88ef8d551 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 15 Feb 2025 01:26:36 +0900 Subject: yeah this should be ok --- config/rofi/config-emoji.rasi | 3 ++- config/rofi/config-rofi-theme.rasi | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index aa407999..c107bdc3 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -18,9 +18,10 @@ entry { /* ---- Listview ---- */ listview { - columns: 1; + columns: 2; lines: 8; fixed-height: false; + scrollbar: true; } /* ---- Elements ---- */ diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi index 531a2c2c..14f1f971 100644 --- a/config/rofi/config-rofi-theme.rasi +++ b/config/rofi/config-rofi-theme.rasi @@ -20,6 +20,7 @@ listview { columns: 2; lines: 8; fixed-height: false; + scrollbar: true; } /* ---- Entry input ---- */ @@ -41,3 +42,4 @@ element-text { horizontal-align: 0.0; margin: 5px 30px 5px 30px; } + -- cgit v1.2.3