From 43ae0013677f7a1ba10f0974a104b6465a210f16 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Fri, 13 Dec 2024 18:55:15 -0500 Subject: [PATCH] Updated clifm for pager bug and changed pager size back to 1. --- snippets/clifm.nix | 4 ++-- snippets/clifm/clifmrc | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/snippets/clifm.nix b/snippets/clifm.nix index 3a4aa2b..75ec528 100644 --- a/snippets/clifm.nix +++ b/snippets/clifm.nix @@ -6,8 +6,8 @@ let src = prev.fetchFromGitHub { owner = "leo-arch"; repo = prev.clifm.pname; - rev = "bc619e7"; - hash = "sha256-mc1QdTygOBq+R90QT6pabpLZN5/Xw0gVy62CyhxKpfw="; + rev = "53ae886"; + hash = "sha256-pNKtmLMciKmzj0XOzLVgXrtwOVeMEK7Hgik0khcsWAQ="; }; }); }); diff --git a/snippets/clifm/clifmrc b/snippets/clifm/clifmrc index 9e02bc1..c950d08 100644 --- a/snippets/clifm/clifmrc +++ b/snippets/clifm/clifmrc @@ -70,7 +70,7 @@ # >1: Run the pager whenever the amount of files in the current directory is # greater than or equal to this value (say, 1000). ;Pager=0 -Pager=60 +Pager=1 # How to list files in the pager. Possible values: # auto: use the current listing mode @@ -175,8 +175,7 @@ LongViewMode=true # If running in long mode, this setting is overriden by MinFilenameTrim # whenever MaxFilenameLen is smaller than MinFilenameTrim. ;MaxFilenameLen=20 -;MaxFilenameLen=-1 -MaxFilenameLen=100 +MaxFilenameLen=-1 # Trim file names longer than MaxFilenameLen. ;TrimNames=true