Compare commits
No commits in common. "68475caad098da3ae349fcd5ff8724cac1d4841d" and "f7bcfff53e2da9b513cdd5ee421c610704d3367a" have entirely different histories.
68475caad0
...
f7bcfff53e
2 changed files with 3 additions and 10 deletions
|
@ -62,11 +62,7 @@ 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
|
||||||
alias code="code --ozone-platform=wayland"
|
alias code="code --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||||
alias vesktop="vesktop --ozone-platform=wayland"
|
|
||||||
|
|
|
@ -125,8 +125,5 @@
|
||||||
"yaml.format.singleQuote": true,
|
"yaml.format.singleQuote": true,
|
||||||
"evenBetterToml.formatter.indentEntries": false,
|
"evenBetterToml.formatter.indentEntries": false,
|
||||||
"evenBetterToml.formatter.indentTables": true,
|
"evenBetterToml.formatter.indentTables": true,
|
||||||
"evenBetterToml.formatter.indentString": " ",
|
"evenBetterToml.formatter.indentString": " "
|
||||||
"window.menuBarVisibility": "hidden",
|
}
|
||||||
"window.titleBarStyle": "native",
|
|
||||||
"window.customTitleBarVisibility": "never"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue