aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-01-29 14:11:09 +0800
committerGuangxiong Lin <[email protected]>2023-01-29 14:11:09 +0800
commitce6a9829d9b79fe584c8c391dd550e6637a3bfc6 (patch)
tree017b7ed4583d9ffd61e75b98a19b579dff70c4f6 /bin
parente206b98b90641bda6e14bbed087af1a58c2dc925 (diff)
downloaddotfiles-ce6a9829d9b79fe584c8c391dd550e6637a3bfc6.tar.gz
dotfiles-ce6a9829d9b79fe584c8c391dd550e6637a3bfc6.tar.bz2
dotfiles-ce6a9829d9b79fe584c8c391dd550e6637a3bfc6.zip
Add dark mode switch
Diffstat (limited to 'bin')
-rwxr-xr-xbin/autostart1
-rwxr-xr-xbin/startsway2
2 files changed, 3 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart
index da20f01..fa6b069 100755
--- a/bin/autostart
+++ b/bin/autostart
@@ -14,6 +14,7 @@ run_if_exists clipmenud
run_if_exists lxqt-policykit-agent
run_if_exists /usr/lib/kdeconnectd
run_if_exists kdeconnect-indicator
+run_if_exists /usr/lib/geoclue-2.0/demos/agent
if [ "$XDG_SESSION_TYPE" = x11 ]; then
run_if_exists "$HOME/.fehbg"
diff --git a/bin/startsway b/bin/startsway
index b6c9e98..e695763 100755
--- a/bin/startsway
+++ b/bin/startsway
@@ -4,5 +4,7 @@ export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_DESKTOP=sway
export WLR_RENDER=vulkan
export MOZ_ENABLE_WAYLAND=1
+export QT_QPA_PLATFORM=wayland
+export QT_QPA_PLATFORMTHEME=qt5ct
exec sway > ~/.sway.log