Compare commits
2 commits
cb2efc834e
...
7fc3e5011a
Author | SHA1 | Date | |
---|---|---|---|
|
7fc3e5011a | ||
|
e31d659651 |
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue