From 625cc2f5b2df37f45e137f89ee4821f9a37e0f7f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 16 Jan 2026 17:52:23 +0900 Subject: modified htop/htoprc, modified bin/fzffiles --- ar/.config/htop/htoprc | 4 ++-- ar/.local/bin/fzffiles | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ar/.config/htop/htoprc b/ar/.config/htop/htoprc index 6df10ed..d26c439 100644 --- a/ar/.config/htop/htoprc +++ b/ar/.config/htop/htoprc @@ -40,14 +40,14 @@ column_meter_modes_0=1 1 1 column_meters_1=RightCPUs2 Tasks LoadAverage Uptime column_meter_modes_1=1 2 2 2 tree_view=0 -sort_key=46 +sort_key=47 tree_sort_key=0 sort_direction=-1 tree_sort_direction=1 tree_view_always_by_pid=0 all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command -.sort_key=PERCENT_CPU +.sort_key=PERCENT_MEM .tree_sort_key=PID .tree_view_always_by_pid=0 .tree_view=0 diff --git a/ar/.local/bin/fzffiles b/ar/.local/bin/fzffiles index 64c7a6d..0c48e17 100755 --- a/ar/.local/bin/fzffiles +++ b/ar/.local/bin/fzffiles @@ -85,7 +85,7 @@ files=$(fzf-tmux \ # Check if any files were selected, and exit if not [ -z "$files" ] && exit 0 -files=$(printf '%s\n' "$files" | sed -e 's/^📄 //' -e 's/^✏️ //' -e 's/^✅ //' -e 's/^❌ //' -e 's/^🔀 //' -e 's/^❓ //') +files=$(printf '%s\n' "$files" | sed -e 's/^📄 //' -e 's/^✏ //' -e 's/^✅ //' -e 's/^❌ //' -e 's/^🔀 //' -e 's/^❓ //') if [ -d "$files" ]; then absolute_files=$(realpath $files) -- cgit v1.2.3