From d07e185ddf54b8010a629fa542d47fb38e2a5f27 Mon Sep 17 00:00:00 2001 From: Hannes Date: Mon, 31 Aug 2026 21:37:02 +0200 Subject: [PATCH] feat: update quickshell session to use qt6ct environment variable --- config/autostart.lua | 2 +- config/bind.lua | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/autostart.lua b/config/autostart.lua index dc27a03..1f510ec 100644 --- a/config/autostart.lua +++ b/config/autostart.lua @@ -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'") diff --git a/config/bind.lua b/config/bind.lua index 8c8ecc0..5f190cb 100644 --- a/config/bind.lua +++ b/config/bind.lua @@ -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")) \ No newline at end of file +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")) \ No newline at end of file