mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
parent
3e420b7590
commit
f9167c9265
Notes:
sideshowbarker
2024-07-18 01:29:28 +09:00
Author: https://github.com/BenWiederhake
Commit: f9167c9265
Pull-request: https://github.com/SerenityOS/serenity/pull/10793
Issue: https://github.com/SerenityOS/serenity/issues/10640
8 changed files with 58 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
[DirectoryView]
|
||||
ViewMode=Icon
|
||||
ShowDotFiles=0
|
||||
ShowDotFiles=false
|
||||
|
||||
[Window]
|
||||
Left=150
|
||||
|
@ -9,7 +9,7 @@ Width=640
|
|||
Height=480
|
||||
|
||||
[Layout]
|
||||
ShowToolbar=1
|
||||
ShowStatusBar=1
|
||||
ShowLocationBar=1
|
||||
ShowFolderPane=1
|
||||
ShowToolbar=true
|
||||
ShowStatusBar=true
|
||||
ShowLocationBar=true
|
||||
ShowFolderPane=true
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[PixelGrid]
|
||||
Threshold=15
|
||||
Show=1
|
||||
Show=true
|
||||
|
||||
[Rulers]
|
||||
Show=1
|
||||
Show=true
|
||||
|
||||
[Guides]
|
||||
Show=1
|
||||
Show=true
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
[DesktopPicker.Applet]
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[ResourceGraph.Applet]
|
||||
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[Audio.Applet]
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[Network.Applet]
|
||||
Arguments=--name=Network
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[ClipboardHistory.Applet]
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[Taskbar]
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[Desktop]
|
||||
Executable=/bin/FileManager
|
||||
Arguments=--desktop
|
||||
KeepAlive=1
|
||||
KeepAlive=true
|
||||
|
||||
[Terminal]
|
||||
WorkingDirectory=/home/anon
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[Layout]
|
||||
ShowRuler=1
|
||||
ShowToolbar=1
|
||||
ShowStatusBar=1
|
||||
ShowRuler=true
|
||||
ShowToolbar=true
|
||||
ShowStatusBar=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue