bash/usr-local-bin/start{sway,plasma}: enable wayland for mozilla products

and remove the theme forcing
This commit is contained in:
Aminda Suomalainen 2022-04-16 16:01:52 +03:00
parent a272e1531c
commit a312858a15
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Starting Plasma in Wayland with proper environment too.
# Starting Plasma in Wayland with proper environment too. My {bash,zsh}rc handles
# exec
set -x
@ -17,9 +18,8 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
# Breeze Dark everywhere
export GTK_THEME=Breeze-Dark
# Mozilla Products
export MOZ_ENABLE_WAYLAND=1
dbus-launch --exit-with-session startplasma-wayland $@
set +x

View File

@ -18,9 +18,8 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
# Breeze Dark everywhere
export GTK_THEME=Breeze-Dark
# Mozilla Products
export MOZ_ENABLE_WAYLAND=1
dbus-launch --exit-with-session sway --unsupported-gpu $@
set +x