oops i messed up the last commit and committed an old version of this

This commit is contained in:
askiiart 2025-03-07 21:13:28 -06:00
parent 83aa1f38c1
commit 68475caad0
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -62,7 +62,11 @@ alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bi
alias py-dep="pip install -r requirements.txt"
alias sway="sway --unsupported-gpu"
if [ $(tty) = /dev/tty1 ]
sway
end
# run code in wayland natively
# TODO: just add it to the args file instead
alias code="code --enable-features=UseOzonePlatform --ozone-platform=wayland"
alias code="code --ozone-platform=wayland"
alias vesktop="vesktop --ozone-platform=wayland"