Add JetBrains Toolbox autostart and update Zed config
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m12s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-09-24 13:24:43 +02:00
parent ee0c73f6de
commit edd8e90fec
3 changed files with 27 additions and 12 deletions

View 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

View File

@@ -0,0 +1,2 @@
[MIME Cache]
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop;

View File

@@ -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 @@
}
}
}
}
}