fix sway config

This commit is contained in:
askiiart 2025-01-16 14:11:37 -06:00
parent 13719b00da
commit 1e1cb49269
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 3 additions and 1 deletions

View file

@ -60,3 +60,5 @@ exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bin/activate.fish"
alias py-dep="pip install -r requirements.txt"
alias sway="sway --unsupported-gpu"