mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-14 04:05:54 +09:00
Fix scrollbar in rofi
Remove non function syntax and add correct syntax
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -10,8 +10,6 @@ configuration {
|
||||
drun-display-format: "{name}";
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user