summaryrefslogtreecommitdiff
path: root/btop/.config
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-04-19 19:09:53 +0800
committerbh <qn+git@epicurus.dev>2026-04-19 19:09:53 +0800
commitd69e69d93e22d664e7f1c62f9b1243ce4a2db5fd (patch)
tree9b80c63a5471bf684f35eb70ca99294750a5bca2 /btop/.config
parentb609ca2b59a4aa1b13fe93b5415f7edbca4e8a24 (diff)
kitty: change back to normal ctrl+l
Diffstat (limited to 'btop/.config')
-rw-r--r--btop/.config/btop/btop.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/btop/.config/btop/btop.conf b/btop/.config/btop/btop.conf
index 5f98ac1..51c550e 100644
--- a/btop/.config/btop/btop.conf
+++ b/btop/.config/btop/btop.conf
@@ -2,7 +2,7 @@
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
-color_theme = "/home/bh/.config/btop/themes/theal.theme"
+color_theme = "/usr/share/btop/themes/theal.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = false
@@ -60,7 +60,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
-proc_sorting = "memory"
+proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = false
@@ -199,7 +199,7 @@ disk_free_priv = false
show_io_stat = true
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
-io_mode = false
+io_mode = true
#* Set to True to show combined read/write io graphs in io mode.
io_graph_combined = false