mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-04 21:27:21 +02:00
Compare commits
No commits in common. "431690519e3f1903e8cf4b170d263745fc7d4972" and "6506f34d81ece1ef9b7a3769e3d06507f2f8cf0d" have entirely different histories.
431690519e
...
6506f34d81
@ -60,14 +60,6 @@ flatpak override --socket=fallback-x11 $@
|
||||
flatpak override --nosocket=x11 $@
|
||||
flatpak override --env=ELECTRON_OZONE_PLATFORM_HINT=auto $@
|
||||
|
||||
# SECURITY! However without these permissions there is crashing outside
|
||||
# of tmux when attempting to ssh (using gpg authentication subkey) or
|
||||
# edit files belonging to flatpaks.
|
||||
#flatpak override page.codeberg.dnkl.foot --socket=ssh-auth $@
|
||||
#flatpak override page.codeberg.dnkl.foot --socket=gpg-agent $@
|
||||
#flatpak override page.codeberg.dnkl.foot --filesystem=host $@
|
||||
#flatpak override page.codeberg.dnkl.foot --filesystem=~/.var/app/page.codeberg.dnkl.foot/config/foot:create $@
|
||||
|
||||
# Backticks and a lot of common characters in all Flatpaks
|
||||
# https://github.com/flatpak/flatpak/issues/2031
|
||||
flatpak override --talk-name=org.fcitx.Fcitx $@
|
||||
|
@ -22,7 +22,6 @@ 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
|
||||
#ln -sfv $FLATPAKEXPORTS/page.codeberg.dnkl.foot $TARGETDIR/foot
|
||||
|
||||
# Electron apps that actually need wrappers and flags
|
||||
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
/usr/bin/env footclient --title=btop\ \|\ foot /usr/bin/env btop
|
||||
/usr/bin/env foot --title=btop\ \|\ foot /usr/bin/env btop
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
/usr/bin/env footclient --title=htop\ \|\ foot /usr/bin/env htop
|
||||
/usr/bin/env foot --title=htop\ \|\ foot /usr/bin/env htop
|
||||
|
Loading…
x
Reference in New Issue
Block a user