diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-29 14:57:00 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-29 14:57:00 +0100 |
commit | bbf0607085a71927a6a53f03816fd68098abf359 (patch) | |
tree | 0e2da6d83f78abfaed2264ff47c0231b692d5d3c | |
parent | 1833d9959520c9f296f3b5158fbf8b6346286edf (diff) |
Rofi 1.7.1 config compatability update
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 0fba9d8..da7584a 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -42,7 +42,6 @@ configuration { /* scroll-method: 0;*/ /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ - theme: "onedark"; max-history-size: 25; /* combi-hide-mode-prefix: false;*/ /* matching-negate-char: '-' /* unsupported */;*/ @@ -145,3 +144,4 @@ configuration { sorting-method: "name"; } } +@theme "onedark" |