merge updates

This commit is contained in:
askiiart 2025-02-28 18:31:14 -06:00
commit 7fc3e5011a
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
35 changed files with 26 additions and 2106 deletions

View file

@ -65,3 +65,7 @@ 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"