qs: fix hyprland overrides (game mode, anti flashbang)

This commit is contained in:
end-4
2026-05-12 07:54:56 +02:00
parent e11d084be8
commit 2e161911bc
4 changed files with 39 additions and 7 deletions
@@ -17,7 +17,7 @@ Singleton {
signal reloaded()
readonly property string configuratorScriptPath: Quickshell.shellPath("scripts/hyprland/hyprconfigurator.py")
readonly property string shellOverridesPath: FileUtils.trimFileProtocol(`${Directories.config}/hypr/hyprland/shellOverrides/main.conf`)
readonly property string shellOverridesPath: FileUtils.trimFileProtocol(`${Directories.config}/hypr/hyprland/shellOverrides/main.lua`)
function set(key: string, value: var) {
Quickshell.execDetached(["bash", "-c", //