mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:27:45 +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
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
|
Loading…
Add table
Add a link
Reference in a new issue