mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-25 03:24:55 +01:00
Compare commits
No commits in common. "a312858a154bac9096a2e1b6e6e1839444e641c8" and "3b73ca7e69cc94008f32daf901b4f2ea5a49c46d" have entirely different histories.
a312858a15
...
3b73ca7e69
@ -1,6 +1,5 @@
|
||||
#!/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,WebRTCPipeWireCapturer --ozone-platform=wayland $@
|
||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
|
||||
set +x
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Starting Plasma in Wayland with proper environment too. My {bash,zsh}rc handles
|
||||
# exec
|
||||
# Starting Plasma in Wayland with proper environment too.
|
||||
|
||||
set -x
|
||||
|
||||
@ -18,8 +17,9 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export CLUTTER_BACKEND=wayland
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
# Mozilla Products
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Breeze Dark everywhere
|
||||
export GTK_THEME=Breeze-Dark
|
||||
|
||||
dbus-launch --exit-with-session startplasma-wayland $@
|
||||
set +x
|
||||
|
@ -18,8 +18,9 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export CLUTTER_BACKEND=wayland
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
# Mozilla Products
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Breeze Dark everywhere
|
||||
export GTK_THEME=Breeze-Dark
|
||||
|
||||
dbus-launch --exit-with-session sway --unsupported-gpu $@
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user