aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-27 22:38:42 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-27 22:38:42 +0100
commitff24c2cbf255c9dcd29bffdbed89ec05ab6c1aa3 (patch)
tree1c2c57cfef4d0b99026f882a4f34438002124e3e
parentbf9b6bd0bd2258c8cd456a3d4b5ee0f10cfd9af2 (diff)
start rofi filebrowser in docs instead of random directory
-rw-r--r--.config/rofi/config.rasi##template4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template
index eff4ef5..452789f 100644
--- a/.config/rofi/config.rasi##template
+++ b/.config/rofi/config.rasi##template
@@ -8,6 +8,10 @@ configuration {
drun-match-fields: "name,generic,categories,keywords";
drun-display-format: "{name}";
+ filebrowser {
+ directory: "{{ env.HOME }}/docs";
+ }
+
kb-remove-to-eol: "Control+Shift+e";
kb-accept-entry: "Control+m,Return,KP_Enter";
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";