summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-19 19:59:20 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-19 19:59:20 -0700
commit106fad5eadbf5d037c9f6eb040d905d7ec6edb0b (patch)
tree65b7b2e868c11227de80f6e88cd5c9ec4cfd84e5 /widgets
parent33e6b73398c44249f09d92d17c4868d20d640e12 (diff)
Don't change sortmethod to cpu with <tab>
Diffstat (limited to 'widgets')
-rw-r--r--widgets/proc.go1
1 files changed, 0 insertions, 1 deletions
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