Introduce screen tabs

This commit is contained in:
Hisham Muhammad
2018-08-24 22:45:55 -03:00
parent e77a16f4ae
commit 8c43218aa0
22 changed files with 145 additions and 16 deletions

View File

@ -38,7 +38,7 @@ typedef enum DarwinProcessFields {
ScreenDefaults Platform_defaultScreens[] = {
{
.name = "Default",
.name = "Main",
.columns = "PID USER PRIORITY NICE M_SIZE M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME Command",
.sortKey = "PERCENT_CPU",
},