commit b10ebfebc76d1bb3cd0a982684af6b734b4c01ed
parent d7b798cd3025025bac3dd02368f64bb32bbef34f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 31 Jul 2022 00:15:47 +0200
rofi history
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
@@ -9,6 +9,7 @@ touch ~/-@ # http://unix.stackexchange.com/a/77868
mkdir -p ~/.config
mkdir -p ~/logs
+mkdir -p ~/logs/rofi
mkdir -p ~/temp/{vim,mutt,lock}
mkdir -p ~/temp/vim/{temp,backup}
diff --git a/rofi b/rofi
@@ -47,7 +47,7 @@ configuration {
/* max-history-size: 25;*/
/* combi-hide-mode-prefix: false;*/
/* matching-negate-char: '-' /* unsupported */;*/
-/* cache-dir: ;*/
+ cache-dir: "/home/a3nm/logs/rofi";
/* window-thumbnail: false;*/
/* drun-use-desktop-cache: false;*/
/* drun-reload-desktop-cache: false;*/