mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 13:09:29 +01:00
bash/usr-local-bin/start{sway,plasma}: enable wayland for mozilla products
and remove the theme forcing
This commit is contained in:
parent
a272e1531c
commit
a312858a15
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
set -x
|
||||||
|
|
||||||
@ -17,9 +18,8 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
|||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
|
# Mozilla Products
|
||||||
# Breeze Dark everywhere
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export GTK_THEME=Breeze-Dark
|
|
||||||
|
|
||||||
dbus-launch --exit-with-session startplasma-wayland $@
|
dbus-launch --exit-with-session startplasma-wayland $@
|
||||||
set +x
|
set +x
|
||||||
|
@ -18,9 +18,8 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
|||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
|
# Mozilla Products
|
||||||
# Breeze Dark everywhere
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export GTK_THEME=Breeze-Dark
|
|
||||||
|
|
||||||
dbus-launch --exit-with-session sway --unsupported-gpu $@
|
dbus-launch --exit-with-session sway --unsupported-gpu $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user