From ae65f636bebd7c032ca85bcdb40e73d05a054ed5 Mon Sep 17 00:00:00 2001 From: Snehit Sah Date: Tue, 14 Sep 2021 17:28:46 +0530 Subject: [PATCH] Fix scrollbar in rofi Remove non function syntax and add correct syntax --- .config/rofi/powermenu.rasi | 3 +-- .config/rofi/rofidmenu.rasi | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/rofi/powermenu.rasi b/.config/rofi/powermenu.rasi index ee14afd..4a7889f 100644 --- a/.config/rofi/powermenu.rasi +++ b/.config/rofi/powermenu.rasi @@ -8,8 +8,6 @@ configuration { icon-theme: "Arc-X-D"; scroll-method: 0; disable-history: false; - fullscreen: false; - hide-scrollbar: true; sidebar-mode: false; } @@ -29,6 +27,7 @@ window { listview { lines: 6; columns: 1; + scrollbar: false; } element { border: 0; diff --git a/.config/rofi/rofidmenu.rasi b/.config/rofi/rofidmenu.rasi index 84bb790..e320338 100644 --- a/.config/rofi/rofidmenu.rasi +++ b/.config/rofi/rofidmenu.rasi @@ -10,8 +10,6 @@ configuration { drun-display-format: "{name}"; scroll-method: 0; disable-history: false; - fullscreen: false; - hide-scrollbar: true; sidebar-mode: false; }