mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-05 21:57:22 +02:00
Compare commits
No commits in common. "972a491572c5ae352d02d8fd1f021cb43057170a" and "70c98bc45b2460b1f8fcad767e4302ac9e8acc54" have entirely different histories.
972a491572
...
70c98bc45b
@ -1 +1 @@
|
|||||||
3.4.4
|
3.4.2
|
||||||
|
@ -7,7 +7,7 @@ GEM
|
|||||||
tilt
|
tilt
|
||||||
logger (1.7.0)
|
logger (1.7.0)
|
||||||
prettier_print (1.2.1)
|
prettier_print (1.2.1)
|
||||||
rbs (3.9.4)
|
rbs (3.9.2)
|
||||||
logger
|
logger
|
||||||
syntax_tree (6.2.0)
|
syntax_tree (6.2.0)
|
||||||
prettier_print (>= 1.2.0)
|
prettier_print (>= 1.2.0)
|
||||||
@ -34,7 +34,7 @@ DEPENDENCIES
|
|||||||
syntax_tree-rbs
|
syntax_tree-rbs
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.4.4p34
|
ruby 3.4.2p28
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.9
|
2.6.2
|
||||||
|
@ -12,11 +12,6 @@ set -x
|
|||||||
# multiple times), but for the sake of legibility and un/commenting this
|
# multiple times), but for the sake of legibility and un/commenting this
|
||||||
# isn't done within this script.
|
# isn't done within this script.
|
||||||
|
|
||||||
# I am lazy
|
|
||||||
if [ -f flatpakifier.bash ]; then
|
|
||||||
(./flatpakifier.bash &)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Overrides for all apps improving Quality of Life
|
# Overrides for all apps improving Quality of Life
|
||||||
# - debugging with gdb
|
# - debugging with gdb
|
||||||
# - curl configuration following
|
# - curl configuration following
|
||||||
|
@ -24,7 +24,6 @@ ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eog
|
|||||||
ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eom
|
ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eom
|
||||||
#ln -sfv $FLATPAKEXPORTS/page.codeberg.dnkl.foot $TARGETDIR/foot
|
#ln -sfv $FLATPAKEXPORTS/page.codeberg.dnkl.foot $TARGETDIR/foot
|
||||||
ln -sfv $FLATPAKEXPORTS/com.calibre_ebook.calibre $TARGETDIR/calibre
|
ln -sfv $FLATPAKEXPORTS/com.calibre_ebook.calibre $TARGETDIR/calibre
|
||||||
ln -sfv $FLATPAKEXPORTS/org.pulseaudio.pavucontrol $TARGETDIR/pavucontrol
|
|
||||||
|
|
||||||
# Electron apps that actually need wrappers and flags
|
# Electron apps that actually need wrappers and flags
|
||||||
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code
|
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code
|
||||||
|
@ -8,12 +8,6 @@ elif [[ -d "$HOME/.config/google-chrome-beta" && -d "$HOME/.cache/google-chrome-
|
|||||||
/usr/bin/google-chrome-beta --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
/usr/bin/google-chrome-beta --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
||||||
elif hash google-chrome-stable 2> /dev/null; then
|
elif hash google-chrome-stable 2> /dev/null; then
|
||||||
/usr/bin/google-chrome-stable --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
/usr/bin/google-chrome-stable --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
||||||
elif hash google-chrome-beta 2> /dev/null; then
|
|
||||||
/usr/bin/google-chrome-beta --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
|
||||||
elif hash google-chrome-unstable 2> /dev/null; then
|
|
||||||
/usr/bin/google-chrome-unstable --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
|
||||||
elif hash google-chrome-canary 2> /dev/null; then
|
|
||||||
/usr/bin/google-chrome-canary --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
|
||||||
elif hash com.google.Chrome 2> /dev/null; then
|
elif hash com.google.Chrome 2> /dev/null; then
|
||||||
com.google.Chrome --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
com.google.Chrome --ozone-platform=wayland --disk-cache-dir='/dev/null' --enable-features=WaylandWindowDecorations "$@"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user