Compare commits

..

No commits in common. "7fc3e5011a6a3641fb46cd0bc5ce9545c4961ced" and "cb2efc834e182949ce99b74748f6975b32c5dcc5" have entirely different histories.

View file

@ -62,9 +62,6 @@ alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bi
alias py-dep="pip install -r requirements.txt" alias py-dep="pip install -r requirements.txt"
alias sway="sway --unsupported-gpu" alias sway="sway --unsupported-gpu"
if [ $(tty) = /dev/tty1 ]
sway
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