From 106fad5eadbf5d037c9f6eb040d905d7ec6edb0b Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 19 Apr 2018 19:59:20 -0700 Subject: [PATCH] Don't change sortmethod to cpu with --- widgets/proc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/proc.go b/widgets/proc.go index 7623f45..2847b8e 100644 --- a/widgets/proc.go +++ b/widgets/proc.go @@ -224,7 +224,6 @@ func (self *Proc) keyBinds() { } else { self.UniqueCol = 0 } - self.sortMethod = "c" self.Sort() self.Top() self.KeyPressed <- true