Fix scrollbar in rofi

Remove non function syntax and add correct syntax
This commit is contained in:
Snehit Sah
2021-09-14 17:28:46 +05:30
parent 9ab9ef607e
commit ae65f636be
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -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;
-2
View File
@@ -10,8 +10,6 @@ configuration {
drun-display-format: "{name}";
scroll-method: 0;
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
}