This commit is contained in:
iris committed 2026-07-13 17:41:18 -04:00
1 parent a02a8c7788
commit e787ca1a2a
1 file changed
+10
+10
View File
@@ -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")