z
This commit is contained in:
1 parent
a02a8c7788
commit
e787ca1a2a
1 file changed
+10
@@ -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")
|
||||
Reference in new issue
Block a user