This commit is contained in:
2021-01-27 13:33:29 +01:00
parent 21f74a1108
commit 1379bf56ab
7 changed files with 45 additions and 12 deletions

3
.zshrc
View File

@@ -33,3 +33,6 @@ if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi
eval $(thefuck --alias)
alias chromium="export GDK_BACKEND=wayland && chromium --enable-features=UseOzonePlatform --ozone-platform=wayland"
alias discord="export GDK_BACKEND=wayland && discord-canary --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland"