From e787ca1a2acf8c978605a5b669d2e5e204ac9de0 Mon Sep 17 00:00:00 2001 From: shadow cat Date: Mon, 13 Jul 2026 17:41:18 -0400 Subject: [PATCH] z --- hyprland.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hyprland.lua b/hyprland.lua index 0d7b73c..a793d67 100644 --- a/hyprland.lua +++ b/hyprland.lua @@ -37,6 +37,7 @@ local wss = { { 6, "w" }, { 7, "f" }, { 8, "p" }, + { 10, "z" }, { 10, "x" }, { 11, "c" }, } @@ -168,3 +169,12 @@ hl.on("hyprland.start", function() hl.exec_cmd("eww open bar-eDP") hl.exec_cmd("keepassxc") end) + +hl.env("XDG_CURRENT_DESKTOP", "Hyprland") +hl.env("XDG_SESSION_TYPE", "wayland") +hl.env("XDG_SESSION_DESKTOP", "Hyprland") +hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1") +hl.env("QT_QPA_PLATFORM", "wayland;xcb") +hl.env("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1") +hl.env("GDK_BACKEND", "wayland,x11,*") +hl.env("SDL_VIDEODRIVER", "wayland")