mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
Compare commits
3 Commits
3b73ca7e69
...
a312858a15
Author | SHA1 | Date | |
---|---|---|---|
a312858a15 | |||
a272e1531c | |||
1dbc60c2bc |
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
flatpak run org.mozilla.firefox --ProfileManager $@
|
||||
set +x
|
||||
|
@ -3,5 +3,5 @@
|
||||
# To run Microsoft Edge under Wayland
|
||||
|
||||
set -x
|
||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
|
||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
|
||||
set +x
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user