- quilt patch: first-run user init.lua template now writes a tuned default config (Dark Modern theme, JetBrains Mono with grayscale AA, line-height/indent guides, compact treeview with hover highlight) - new theme module usr/share/lite-xl/colors/vscode_dark.lua - default config in /etc/skel/.config/lite-xl/ for new users - desktop: launch via SDL software renderer with LITE_SCALE=1.5 so text renders 1:1 on fractional-scaled Wayland outputs and avoids panfrost GPU artifacts - depend on fonts-jetbrains-mono for the default code font
12 lines
332 B
Diff
12 lines
332 B
Diff
--- a/resources/linux/org.lite_xl.lite_xl.desktop
|
|
+++ b/resources/linux/org.lite_xl.lite_xl.desktop
|
|
@@ -2,7 +2,7 @@
|
|
Type=Application
|
|
Name=Lite XL
|
|
Comment=A lightweight text editor written in Lua
|
|
-Exec=lite-xl %F
|
|
+Exec=env SDL_RENDER_DRIVER=software LITE_SCALE=1.5 lite-xl %F
|
|
Icon=lite-xl
|
|
Terminal=false
|
|
StartupWMClass=lite-xl
|