diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-08 17:11:13 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-08 17:11:13 +0200 |
commit | 59c534db84b90622f46e471ccf9b47b1e0757de4 (patch) | |
tree | 5cf7ff1211087ab98ac98d7dd309f78eea2a6d52 /.config/rofi/config.rasi | |
parent | 002a90ffd3931835c2f91d35c79267fba467013e (diff) |
cleaned up polybar + nm-applet in xinitrc + input switch bind in i3config
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: ;*/ |