mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-11-24 21:57:23 +01:00
flatpak-workarounds.bash: add ro access to fontconfig (and set mangohud to ro)
This commit is contained in:
parent
a785dadd3b
commit
f501c30a86
@ -27,6 +27,7 @@ flatpak override --filesystem=~/gdb.txt:rw $@
|
|||||||
flatpak override --filesystem=~/.curlrc $@
|
flatpak override --filesystem=~/.curlrc $@
|
||||||
flatpak override --filesystem=~/.editorconfig $@
|
flatpak override --filesystem=~/.editorconfig $@
|
||||||
flatpak override --filesystem=~/.local/share/fonts $@
|
flatpak override --filesystem=~/.local/share/fonts $@
|
||||||
|
flatpak override --filesystem=xdg-config/fontconfig:ro $@
|
||||||
|
|
||||||
# Controller access for everything and SECURITY likely all input access
|
# Controller access for everything and SECURITY likely all input access
|
||||||
# F: Not sharing "/dev/uinput" with sandbox: File "/dev/uinput" has unsupported type 0o20000
|
# F: Not sharing "/dev/uinput" with sandbox: File "/dev/uinput" has unsupported type 0o20000
|
||||||
@ -35,7 +36,7 @@ flatpak override --filesystem=/run/udev $@
|
|||||||
# MangoHUD for everything that has it
|
# MangoHUD for everything that has it
|
||||||
flatpak override --env=MANGOHUD=1 $@
|
flatpak override --env=MANGOHUD=1 $@
|
||||||
flatpak override --env=MANGOHUD_CONFIG='read_cfg,background_alpha=0,horizontal,time,time_no_label,time_format=%X,position=bottom-left' $@
|
flatpak override --env=MANGOHUD_CONFIG='read_cfg,background_alpha=0,horizontal,time,time_no_label,time_format=%X,position=bottom-left' $@
|
||||||
flatpak override --filesystem=xdg-config/MangoHud $@
|
flatpak override --filesystem=xdg-config/MangoHud:ro $@
|
||||||
# and of course we are Steam Deck everywhere, no question about it!
|
# and of course we are Steam Deck everywhere, no question about it!
|
||||||
flatpak override --env=SteamDeck=1 $@
|
flatpak override --env=SteamDeck=1 $@
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user