mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-04 13:17:22 +02:00
Compare commits
No commits in common. "a9ea0c5224a9d31f1c938774bcb1718ebaf05018" and "26d2b9d1a7ffdb888bf24d0d7c496b6c9d6ce44b" have entirely different histories.
a9ea0c5224
...
26d2b9d1a7
10
.pre-commit-config.yaml
vendored
10
.pre-commit-config.yaml
vendored
@ -52,7 +52,7 @@ repos:
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.16.0"
|
||||
rev: "v1.15.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:
|
||||
|
@ -30,8 +30,6 @@ 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 $@
|
||||
@ -115,9 +113,6 @@ 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 $@
|
||||
|
||||
|
@ -20,8 +20,6 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user