get rid of unnecessary thing for vs code
This commit is contained in:
parent
3a13e1fb78
commit
e67c8c204d
2 changed files with 2 additions and 2 deletions
|
@ -68,4 +68,4 @@ end
|
||||||
|
|
||||||
# run code in wayland natively
|
# run code in wayland natively
|
||||||
# TODO: just add it to the args file instead
|
# TODO: just add it to the args file instead
|
||||||
alias code="code --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
alias code="code --ozone-platform=wayland"
|
||||||
|
|
|
@ -129,7 +129,7 @@ elif command_exists "code-oss"; then
|
||||||
cp $GIT_DIR/vscode/argv.json $HOME/.vscode-oss/argv.json
|
cp $GIT_DIR/vscode/argv.json $HOME/.vscode-oss/argv.json
|
||||||
fi
|
fi
|
||||||
# VS code: run in wayland natively
|
# VS code: run in wayland natively
|
||||||
sudo sed '/^Exec=\/usr\/share\/code\/code\( --new-window\)\? %F$/ s/$/ --enable-features=UseOzonePlatform --ozone-platform=wayland/' -i /usr/share/applications/code.desktop
|
sudo sed '/^Exec=\/usr\/share\/code\/code\( --new-window\)\? %F$/ s/$/ --ozone-platform=wayland/' -i /usr/share/applications/code.desktop
|
||||||
|
|
||||||
echo "restore.sh done!"
|
echo "restore.sh done!"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue