Add JetBrains Toolbox autostart and update Zed config
This commit is contained in:
15
config/autostart/jetbrains-toolbox.desktop
Executable file
15
config/autostart/jetbrains-toolbox.desktop
Executable file
@@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Icon=/home/menno/.jetbrains-toolbox/toolbox.svg
|
||||
Exec=/home/menno/.jetbrains-toolbox/jetbrains-toolbox --minimize
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Categories=Development
|
||||
Name=JetBrains Toolbox
|
||||
StartupWMClass=jetbrains-toolbox
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/jetbrains;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-Delay=10
|
||||
X-MATE-Autostart-Delay=10
|
||||
X-KDE-autostart-after=panel
|
||||
2
config/autostart/mimeinfo.cache
Normal file
2
config/autostart/mimeinfo.cache
Normal file
@@ -0,0 +1,2 @@
|
||||
[MIME Cache]
|
||||
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop;
|
||||
@@ -22,9 +22,7 @@
|
||||
"host": "desktop",
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"/home/menno/.dotfiles"
|
||||
]
|
||||
"paths": ["/home/menno/.dotfiles"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -33,14 +31,16 @@
|
||||
"username": "salt",
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"/home/salt/releases"
|
||||
]
|
||||
"paths": ["/home/salt/releases"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon_theme": "VSCode Icons (Dark)",
|
||||
"icon_theme": {
|
||||
"mode": "system",
|
||||
"light": "VSCode Icons (Dark)",
|
||||
"dark": "VSCode Icons (Dark)"
|
||||
},
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 14,
|
||||
"terminal": {
|
||||
@@ -54,7 +54,7 @@
|
||||
},
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Catppuccin Latte",
|
||||
"light": "One Light",
|
||||
"dark": "VSCode Dark Modern"
|
||||
},
|
||||
"tabs": {
|
||||
@@ -124,9 +124,7 @@
|
||||
// #############################################
|
||||
"languages": {
|
||||
"PHP": {
|
||||
"language_servers": [
|
||||
"phptools"
|
||||
]
|
||||
"language_servers": ["phptools"]
|
||||
},
|
||||
"Dart": {
|
||||
"code_actions_on_format": {
|
||||
@@ -141,4 +139,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user