Compare commits

..

5 Commits

3 changed files with 12 additions and 5 deletions

View File

@ -52,7 +52,7 @@ repos:
args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.15.0"
rev: "v1.16.0"
hooks:
- id: mypy
additional_dependencies: [types-tabulate]
@ -68,10 +68,10 @@ repos:
hooks:
- id: black
- repo: https://github.com/get-woke/woke
rev: "v0.19.0"
hooks:
- id: woke-from-source
# - repo: https://github.com/get-woke/woke
# rev: "v0.19.0"
# hooks:
# - id: woke-from-source
- repo: local
hooks:

View File

@ -30,6 +30,8 @@ flatpak override --filesystem=/run/udev:ro $@
# MangoHUD for everything that has it
flatpak override --env=MANGOHUD=1 $@
flatpak override --filesystem=xdg-config/MangoHud:ro $@
# and of course we are Steam Deck everywhere, no question about it!
flatpak override --env=SteamDeck=1 $@
# LaTeX templates allowed before they become an issue.
flatpak override --filesystem=~/texmf/tex/latex/local:ro $@
@ -113,6 +115,9 @@ flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x1
# Steam flatpak workarounds a lot by non-UTF-8 C
flatpak override com.valvesoftware.Steam --env=LC_ALL=C.utf8
# Yes, we are SteamDeck, of course
#flatpak override com.valvesoftware.Steam --env=SteamDeck=1 $@
# Enable mangohud for all Steam games
#flatpak override com.valvesoftware.Steam --env=MANGOHUD=1 $@

View File

@ -20,6 +20,8 @@ ln -sfv $FLATPAKEXPORTS/org.videolan.VLC $TARGETDIR/vlc-flatpak
ln -sfv $FLATPAKEXPORTS/io.mpv.Mpv $TARGETDIR/mpv-flatpak
ln -sfv $FLATPAKEXPORTS/net.davidotek.pupgui2 $TARGETDIR/protonup
ln -sfv $FLATPAKEXPORTS/im.dino.Dino $TARGETDIR/dino
ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eog
ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eom
# Electron apps that actually need wrappers and flags
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code