blob: 133c395ffb5621654e5bbba608b10e55b09092ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
[ConfigServer]
Socket=/tmp/user/%uid/portal/config
SocketPermissions=600
[RequestServer]
Socket=/tmp/user/%uid/portal/request
SocketPermissions=600
Lazy=true
Priority=low
SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
[WebContent]
Socket=/tmp/user/%uid/portal/webcontent
SocketPermissions=600
Lazy=true
SystemModes=graphical
MultiInstance=true
AcceptSocketConnections=true
[WebSocket]
Socket=/tmp/user/%uid/portal/websocket
SocketPermissions=600
Lazy=true
Priority=low
SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
[FileSystemAccessServer]
Socket=/tmp/user/%uid/portal/filesystemaccess
SocketPermissions=660
Lazy=true
Priority=low
SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
[ImageDecoder]
Socket=/tmp/user/%uid/portal/image
SocketPermissions=600
Lazy=true
SystemModes=graphical
MultiInstance=true
AcceptSocketConnections=true
[LaunchServer]
Socket=/tmp/user/%uid/portal/launch
SocketPermissions=600
Lazy=true
SystemModes=text,graphical
[WorkspacePicker.Applet]
Priority=low
KeepAlive=true
[ResourceGraph.Applet]
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb --network=NetworkGraph,#bbbb00
Priority=low
KeepAlive=true
[Audio.Applet]
Priority=low
KeepAlive=true
[Network.Applet]
Arguments=--name=Network
Priority=low
KeepAlive=true
[ClipboardHistory.Applet]
Priority=low
KeepAlive=true
[Keymap.Applet]
Priority=low
KeepAlive=true
[Taskbar]
KeepAlive=true
[Desktop]
Executable=/bin/FileManager
Arguments=--desktop
KeepAlive=true
[Terminal]
WorkingDirectory=/home/anon
|