Use Nvidia and decrease space around windows

This commit is contained in:
2026-06-18 21:16:06 -04:00
parent b08732e898
commit 586ddf3952
+4 -1
View File
@@ -58,6 +58,9 @@ local menu = "hyprlauncher"
hl.env("XCURSOR_SIZE", "24") hl.env("XCURSOR_SIZE", "24")
hl.env("HYPRCURSOR_SIZE", "24") hl.env("HYPRCURSOR_SIZE", "24")
hl.env("LIBVA_DRIVER_NAME", "nvidia")
hl.env("__GLX_VENDOR_LIBRARY_NAME", "nvidia")
----------------------- -----------------------
----- PERMISSIONS ----- ----- PERMISSIONS -----
@@ -86,7 +89,7 @@ hl.env("HYPRCURSOR_SIZE", "24")
hl.config({ hl.config({
general = { general = {
gaps_in = 5, gaps_in = 5,
gaps_out = 20, gaps_out = 7,
border_size = 2, border_size = 2,