summary refs log tree commit diff
path: root/home/.config/htop
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-06 12:13:58 -0400
committerJune McEnroe <june@causal.agency>2018-08-06 12:13:58 -0400
commit05d205602292570d1a0c49dcc2b4e790a1bd92bd (patch)
tree09a58fa3a312930cdfbed925816c3f737be5e2e2 /home/.config/htop
parentUse 16-color palette in colorscheme (diff)
downloadsrc-05d205602292570d1a0c49dcc2b4e790a1bd92bd.tar.gz
src-05d205602292570d1a0c49dcc2b4e790a1bd92bd.zip
Update htoprc from new htop version
Someone removed the trailing whitespace, I guess.
Diffstat (limited to 'home/.config/htop')
-rw-r--r--home/.config/htop/htoprc10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/.config/htop/htoprc b/home/.config/htop/htoprc
index f8c272a3..44e1fcc8 100644
--- a/home/.config/htop/htoprc
+++ b/home/.config/htop/htoprc
@@ -1,6 +1,6 @@
 # Beware! This file is rewritten by htop when settings are changed in the interface.
 # The parser is also very primitive, and not human-friendly.
-fields=0 48 17 18 39 2 46 47 49 1 
+fields=0 48 17 18 39 2 46 47 49 1
 sort_key=47
 sort_direction=1
 hide_threads=0
@@ -20,7 +20,7 @@ update_process_names=0
 account_guest_in_cpu_meter=0
 color_scheme=0
 delay=15
-left_meters=AllCPUs Memory Swap 
-left_meter_modes=1 1 1 
-right_meters=Tasks LoadAverage Uptime 
-right_meter_modes=2 2 2 
+left_meters=AllCPUs Memory Swap
+left_meter_modes=1 1 1
+right_meters=Tasks LoadAverage Uptime
+right_meter_modes=2 2 2
21:56:29 -0500'>2020-02-11Exit focus and paste modes on err exitJune McEnroe 2020-02-11Add startup GPLv3 note and URLJune McEnroe 2020-02-11Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe 2020-02-11Add note about setting PKG_CONFIG_PATHJune McEnroe 2020-02-11Rename query ID on nick changeJune McEnroe 2020-02-11Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe