aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-09-12 11:06:26 +0200
committerTimo Wilken2024-09-12 11:06:26 +0200
commit618221576f76ffd0bc9cf8ae3f91c899c53795af (patch)
treec8e7d15430b26532da5534f2a939ce0ce9c9f172
parentcaf7d332e3247aa883c90e82d25ef1c72a39c8d6 (diff)
Set window title for ranger windows
-rw-r--r--tw/home/files/ranger.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tw/home/files/ranger.conf b/tw/home/files/ranger.conf
index dd5d4b0b..a6c0b4e7 100644
--- a/tw/home/files/ranger.conf
+++ b/tw/home/files/ranger.conf
@@ -41,6 +41,8 @@ set preview_images_method kitty
# Use a unicode "..." character to mark cut-off filenames?
set unicode_ellipsis true
+# Set a window title? Updates both the WM_NAME and WM_ICON_NAME properties.
+set update_title true
# Abbreviate $HOME with ~ in the titlebar (first line) of ranger?
set tilde_in_titlebar true