diff options
Diffstat (limited to '.config')
-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" |