diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-07 00:53:04 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-07 00:53:04 -0600 |
commit | 9599578a86346c91035314306093caaaeba928ec (patch) | |
tree | 609ea918fc5d2cbb7101fc594c41f4487e866bd9 /htop/htoprc | |
parent | 41e14071197d271ace370332dbcec9bf50239f92 (diff) | |
download | dotconfig-9599578a86346c91035314306093caaaeba928ec.tar.xz dotconfig-9599578a86346c91035314306093caaaeba928ec.zip |
fix vim title changing issue, xinitrc so you can do 'sudo [guiapp]', cargo bin in path
Diffstat (limited to 'htop/htoprc')
-rw-r--r-- | htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htop/htoprc b/htop/htoprc index 0eb61a0..dab6cdf 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -19,7 +19,7 @@ highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 show_merged_command=0 -tree_view=0 +tree_view=1 tree_view_always_by_pid=0 all_branches_collapsed=0 header_margin=1 |