mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-11 04:42:48 +01:00
Compare commits
No commits in common. "8e251556708bc7621bf69f301d3bde6e28676553" and "b5ad053a4c902cec212f462eab9290ade63a4b05" have entirely different histories.
8e25155670
...
b5ad053a4c
@ -7,6 +7,6 @@
|
|||||||
# desired as I never run it without the profile flag
|
# desired as I never run it without the profile flag
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
#flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile $@
|
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko --profile $@
|
||||||
flatpak run io.github.NhekoReborn.Nheko//master --profile $@
|
flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile $@
|
||||||
set +x
|
set +x
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
# desired as I never run it without the profile flag
|
# desired as I never run it without the profile flag
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
|
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko --profile $@
|
||||||
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
|
flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
|
||||||
set +x
|
set +x
|
||||||
|
@ -5,15 +5,6 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# As this script is kind of login manager and upstream wants to externalize
|
|
||||||
# the task of telling Sway is used to it, https://github.com/swaywm/sway/pull/4876#issuecomment-570790128
|
|
||||||
# This seems to be required by Firefox and many others.
|
|
||||||
# Don't listen to Waybar claiming this should be "Unity"
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
|
||||||
# https://github.com/flameshot-org/flameshot/blob/master/docs/Sway%20and%20wlroots%20support.md
|
|
||||||
# mentions this
|
|
||||||
export XDG_SESSION_DESKTOP=sway
|
|
||||||
|
|
||||||
# Using fcitx
|
# Using fcitx
|
||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS=@im=fcitx
|
||||||
export GTK_IM_MODULE="fcitx"
|
export GTK_IM_MODULE="fcitx"
|
||||||
@ -30,5 +21,8 @@ export SDL_VIDEODRIVER=wayland
|
|||||||
# Mozilla Products
|
# Mozilla Products
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
|
# Waybar states: [warning] For a functional tray you must have libappindicator-* installed and export XDG_CURRENT_DESKTOP=Unity
|
||||||
|
export XDG_CURRENT_DESKTOP=Unity
|
||||||
|
|
||||||
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