summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-16 17:52:23 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-16 17:52:23 +0900
commit625cc2f5b2df37f45e137f89ee4821f9a37e0f7f (patch)
tree7246440cfcee8ee5cfa03a40eb26c4e6bf955bdf
parent2452e83cb3975d0711ab194311ae02131fe7f6b8 (diff)
modified htop/htoprc, modified bin/fzffiles
-rw-r--r--ar/.config/htop/htoprc4
-rwxr-xr-xar/.local/bin/fzffiles2
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)