feat: update quickshell session to use qt6ct environment variable

This commit is contained in:
Hannes
2026-08-31 21:37:02 +02:00
parent 630634ca4e
commit d07e185ddf
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ hl.on("hyprland.start", function ()
hl.exec_cmd("tmux new-session -d -s hypridle 'hypridle'")
hl.exec_cmd("tmux new-session -d -s hyprpaper 'hyprpaper'")
hl.exec_cmd("tmux new-session -d -s qs 'quickshell'")
hl.exec_cmd("tmux new-session -d -s qs 'env QT_QPA_PLATFORMTHEME=qt6ct quickshell'")
if HOSTNAME == "honney-main" then
hl.exec_cmd("tmux new-session -d -s ydotool 'ydotoold'")
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
+3 -1
View File
@@ -120,4 +120,6 @@ end
-- Quickshell
hl.bind("SUPER + SHIFT + W", hl.dsp.global("quickshell:Wallpaper"))
hl.bind("SUPER + SHIFT + J", hl.dsp.global("quickshell:JLearner"))
hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout"))
hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout"))
hl.bind("SUPER + SHIFT + R", hl.dsp.global("quickshell:QsReload"))
hl.bind("SUPER + SHIFT + N", hl.dsp.global("quickshell:NotificationHistory"))