diff options
author | Adam Stück <adam@nova.localdomain> | 2021-09-07 00:56:27 +0200 |
---|---|---|
committer | Adam Stück <adam@nova.localdomain> | 2021-09-07 00:56:27 +0200 |
commit | b566055133e40cd1c45d617951ce0967ac195709 (patch) | |
tree | 84827b75a9cd941c473f4fb39e19d8d115fc1cb1 /.config/rofi/config.rasi | |
parent | c45f7febeea68e07d430cf6b341c2bb9c027ac75 (diff) |
laptop setup
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 10caf15..0fba9d8 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -20,7 +20,7 @@ configuration { /* drun-show-actions: false;*/ /* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/ /* drun-url-launcher: "xdg-open";*/ -/* disable-history: false;*/ + disable-history: false; /* ignored-prefixes: "";*/ /* sort: false;*/ /* sorting-method: "normal";*/ @@ -43,7 +43,7 @@ configuration { /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ theme: "onedark"; -/* max-history-size: 25;*/ + max-history-size: 25; /* combi-hide-mode-prefix: false;*/ /* matching-negate-char: '-' /* unsupported */;*/ /* cache-dir: ;*/ |