diff options
Diffstat (limited to '.config/rofi/config.rasi##template')
-rw-r--r-- | .config/rofi/config.rasi##template | 4 |
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"; |