skel: add xfce4-taskmanager configuration:
- show all processes - show full command line - show status icon - show application icons - prompt before terminating task - refresh rate 750ms - show all columns except PPID
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
[Settings]
|
||||||
|
ShowAllProcesses=TRUE
|
||||||
|
FullCommandLine=TRUE
|
||||||
|
ShowStatusIcon=TRUE
|
||||||
|
ShowApplicationIcons=TRUE
|
||||||
|
PromptTerminateTask=TRUE
|
||||||
|
RefreshRate=750
|
||||||
|
ColumnUID=TRUE
|
||||||
|
ColumnPID=TRUE
|
||||||
|
ColumnPPID=FALSE
|
||||||
|
ColumnState=TRUE
|
||||||
|
ColumnVSZ=TRUE
|
||||||
|
ColumnRSS=TRUE
|
||||||
|
ColumnCPU=TRUE
|
||||||
|
ColumnPriority=TRUE
|
||||||
|
ProcessTreeView=FALSE
|
||||||
Reference in New Issue
Block a user