mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00
LibCore+Base: Move user-specific config files to $HOME/.config
This commit is contained in:
parent
7b15c85ff5
commit
bc615572a9
9 changed files with 11 additions and 2 deletions
2
Base/home/anon/.config/Browser.ini
Normal file
2
Base/home/anon/.config/Browser.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Preferences]
|
||||
Home=file:///res/html/misc/welcome.html
|
8
Base/home/anon/.config/FileManager.ini
Normal file
8
Base/home/anon/.config/FileManager.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[DirectoryView]
|
||||
ViewMode=Icon
|
||||
|
||||
[Window]
|
||||
Left=150
|
||||
Top=75
|
||||
Width=640
|
||||
Heigth=480
|
20
Base/home/anon/.config/IRCClient.ini
Normal file
20
Base/home/anon/.config/IRCClient.ini
Normal file
|
@ -0,0 +1,20 @@
|
|||
[User]
|
||||
Nickname=anon_seren1ty
|
||||
|
||||
[Connection]
|
||||
Server=chat.freenode.net
|
||||
Port=6667
|
||||
AutoJoinChannels=#serenityos
|
||||
|
||||
[CTCP]
|
||||
VersionReply=IRC Client [x86] / Serenity OS
|
||||
UserInfoReply=anon
|
||||
FingerReply=anon
|
||||
|
||||
[Messaging]
|
||||
ShowJoinPartMessages=1
|
||||
ShowNickChangeMessages=1
|
||||
|
||||
[Notifications]
|
||||
NotifyOnMessage=1
|
||||
NotifyOnMention=1
|
22
Base/home/anon/.config/LaunchServer.ini
Normal file
22
Base/home/anon/.config/LaunchServer.ini
Normal file
|
@ -0,0 +1,22 @@
|
|||
[FileType]
|
||||
pbm=/bin/QuickShow
|
||||
pgm=/bin/QuickShow
|
||||
png=/bin/QuickShow
|
||||
ppm=/bin/QuickShow
|
||||
gif=/bin/QuickShow
|
||||
bmp=/bin/QuickShow
|
||||
jpg=/bin/QuickShow
|
||||
jpeg=/bin/QuickShow
|
||||
html=/bin/Browser
|
||||
wav=/bin/SoundPlayer
|
||||
txt=/bin/TextEditor
|
||||
frm=/bin/VisualBuilder
|
||||
font=/bin/FontEditor
|
||||
hackstudio=/bin/HackStudio
|
||||
*=/bin/TextEditor
|
||||
|
||||
[Protocol]
|
||||
irc=/bin/IRCClient
|
||||
http=/bin/Browser
|
||||
https=/bin/Browser
|
||||
*=/bin/Browser
|
6
Base/home/anon/.config/Taskbar.ini
Normal file
6
Base/home/anon/.config/Taskbar.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[QuickLaunch]
|
||||
Browser=Browser.af
|
||||
SystemMonitor=SystemMonitor.af
|
||||
Terminal=Terminal.af
|
||||
FileManager=FileManager.af
|
||||
TextEditor=TextEditor.af
|
6
Base/home/anon/.config/Terminal.ini
Normal file
6
Base/home/anon/.config/Terminal.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Startup]
|
||||
Command=
|
||||
[Window]
|
||||
Opacity=255
|
||||
AudibleBeep=0
|
||||
ScrollLength=4
|
Loading…
Add table
Add a link
Reference in a new issue