Last active
December 17, 2024 06:15
-
-
Save lucasmz-dev/bf7735014ef89c1bf855131fea0e0dc6 to your computer and use it in GitHub Desktop.
My VSCodium override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include whitelist-common.inc | |
env ELECTRON_OZONE_PLATFORM_HINT=auto | |
## Wayland | |
whitelist ${HOME}/.config/VSCodium | |
whitelist ${HOME}/.vscode-oss | |
## App data | |
noblacklist ${HOME}/Desenvolvimento | |
whitelist ${HOME}/Desenvolvimento | |
whitelist ${DOWNLOADS} | |
## User dirs | |
whitelist ${HOME}/.ssh | |
whitelist ${RUNUSER}/ssh-agent.socket | |
whitelist ${RUNUSER}/keyring/ssh | |
include allow-ssh.inc | |
## SSH | |
whitelist ${HOME}/.gitconfig | |
read-only ${HOME}/.gitconfig | |
## GIT | |
tab | |
## BASH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is just a personal backup, i use things such as some of rusty-snake's configs from KYST, and also enable a few things like
disable-x11.inc
i actually declare the wayland electron hint there globally for compatibility
I use firejail mostly only for firefox and vscodium, the rest of my issue is in flatpaks (I simply prefer how their storage and such is managed as well as portals being a thing)