mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-03-14 23:27:35 +01:00
back to wayland and fallback-x11
This commit is contained in:
@@ -102,6 +102,10 @@ To build the vimix flatpak with code from local folder (debugging), change the f
|
||||
}
|
||||
```
|
||||
|
||||
Run this to use the custom local desc
|
||||
|
||||
flatpak-builder --user --install --force-clean build [your_development_dir]/flatpak/io.github.brunoherbelin.Vimix.json
|
||||
|
||||
## Testing performance
|
||||
|
||||
Linux perf command
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
"rename-desktop-file": "vimix.desktop",
|
||||
"rename-icon": "vimix",
|
||||
"finish-args": [
|
||||
"--socket=wayland",
|
||||
"--socket=x11",
|
||||
"--socket=fallback-x11",
|
||||
"--socket=pulseaudio",
|
||||
"--share=ipc",
|
||||
"--share=network",
|
||||
@@ -107,9 +109,8 @@
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"branch": "beta",
|
||||
"url": "https://github.com/brunoherbelin/vimix.git"
|
||||
"type":"dir",
|
||||
"path": "/home/bh/Claude/VimixDev/vimix"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user