diff options
author | terminaldweller <thabogre@gmail.com> | 2021-06-18 22:22:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-06-18 22:22:16 +0000 |
commit | b1b8fb265ad4c46b458e03240ab3c942ae474d63 (patch) | |
tree | 6d221038391b44cd5a50ca5a0282233a3f106a76 /.config/ranger | |
parent | too much to talk about... (diff) | |
download | scripts-b1b8fb265ad4c46b458e03240ab3c942ae474d63.tar.gz scripts-b1b8fb265ad4c46b458e03240ab3c942ae474d63.zip |
so many things
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index cacf0d6..dc9143a 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -150,7 +150,7 @@ set draw_progress_bar_in_status_bar true # Separators are vertical lines between columns. # Outline draws a box around all the columns. # Both combines the two. -set draw_borders none +set draw_borders both # Display the directory name in tabs? set dirname_in_tabs true @@ -169,7 +169,7 @@ set display_free_space_in_status_bar true set display_tags_in_all_columns true # Set a title for the window? -set update_title false +set update_title true # Set the title to "ranger" in the tmux program? set update_tmux_title true |