Strip non-functioning fixes from codium
This commit is contained in:
parent
c993d3b942
commit
aece4de337
1 changed files with 6 additions and 7 deletions
|
@ -120,16 +120,15 @@ yay --noconfirm -Syu \
|
||||||
visual-studio-code-insiders-bin \
|
visual-studio-code-insiders-bin \
|
||||||
godot-mono-bin;
|
godot-mono-bin;
|
||||||
|
|
||||||
sudo sed -i \
|
|
||||||
-e '/^StartupWMClass=/s/^\(StartupWMClass=\).*/\1codium-url-handler/' \
|
|
||||||
/usr/share/applications/codium.desktop;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "--touch-events";
|
echo "--touch-events";
|
||||||
echo "--ozone-platform-hint=wayland";
|
} | tee ~/.config/codium-flags.conf > /dev/null;
|
||||||
} | tee ~/.config/code-flags.conf > /dev/null;
|
|
||||||
|
|
||||||
cp ~/.config/code-flags.conf ~/.config/codium-flags.conf;
|
cp ~/.config/codium-flags.conf ~/.config/code-flags.conf;
|
||||||
|
|
||||||
|
{
|
||||||
|
echo "--ozone-platform-hint=wayland";
|
||||||
|
} | tee -a ~/.config/code-flags.conf > /dev/null;
|
||||||
|
|
||||||
# Node.js
|
# Node.js
|
||||||
yay --noconfirm -Syu nodejs-n;
|
yay --noconfirm -Syu nodejs-n;
|
||||||
|
|
Loading…
Reference in a new issue