diff options
| author | bh <qn+git@epicurus.dev> | 2026-04-19 19:09:53 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-04-19 19:09:53 +0800 |
| commit | d69e69d93e22d664e7f1c62f9b1243ce4a2db5fd (patch) | |
| tree | 9b80c63a5471bf684f35eb70ca99294750a5bca2 | |
| parent | b609ca2b59a4aa1b13fe93b5415f7edbca4e8a24 (diff) | |
kitty: change back to normal ctrl+l
| -rw-r--r-- | btop/.config/btop/btop.conf | 6 | ||||
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 2 |
2 files changed, 4 insertions, 4 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 diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 03235da..dd5f439 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -37,7 +37,7 @@ window_padding_width 5 # Scrolling scrollback_lines 10000 -map ctrl+l clear_terminal to_cursor_scroll active +# map ctrl+l clear_terminal to_cursor_scroll active # Allows Remote Control allow_remote_control yes |
