fixed something for nvidia
This commit is contained in:
+67
-21
@@ -53,19 +53,73 @@ hl.config({
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.config({
|
if USER == "honney" then
|
||||||
decoration = {
|
hl.config({
|
||||||
rounding = 5,
|
decoration = {
|
||||||
active_opacity = 1,
|
rounding = 5,
|
||||||
inactive_opacity = 1,
|
active_opacity = 1,
|
||||||
dim_modal = true,
|
inactive_opacity = 1,
|
||||||
dim_inactive = true,
|
dim_modal = true,
|
||||||
dim_strength = 0.35,
|
dim_inactive = true,
|
||||||
blur = {
|
dim_strength = 0.35,
|
||||||
enabled = true,
|
blur = {
|
||||||
},
|
enabled = true,
|
||||||
}
|
},
|
||||||
})
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.config({
|
||||||
|
render = {
|
||||||
|
direct_scanout = 2,
|
||||||
|
cm_enabled = true,
|
||||||
|
cm_auto_hdr = 1,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
elseif USER == "teo" then
|
||||||
|
hl.config({
|
||||||
|
decoration = {
|
||||||
|
rounding = 5,
|
||||||
|
active_opacity = 1,
|
||||||
|
inactive_opacity = 1,
|
||||||
|
dim_modal = false,
|
||||||
|
dim_inactive = false,
|
||||||
|
dim_strength = 0.35,
|
||||||
|
blur = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.config({
|
||||||
|
render = {
|
||||||
|
direct_scanout = 2,
|
||||||
|
cm_enabled = true,
|
||||||
|
cm_auto_hdr = 0,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
else
|
||||||
|
hl.config({
|
||||||
|
decoration = {
|
||||||
|
rounding = 5,
|
||||||
|
active_opacity = 1,
|
||||||
|
inactive_opacity = 1,
|
||||||
|
dim_modal = true,
|
||||||
|
dim_inactive = true,
|
||||||
|
dim_strength = 0.35,
|
||||||
|
blur = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.config({
|
||||||
|
render = {
|
||||||
|
direct_scanout = 2,
|
||||||
|
cm_enabled = true,
|
||||||
|
cm_auto_hdr = 0,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
-- MISC
|
-- MISC
|
||||||
hl.config({
|
hl.config({
|
||||||
@@ -83,14 +137,6 @@ hl.config({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.config({
|
|
||||||
render = {
|
|
||||||
direct_scanout = 2,
|
|
||||||
cm_enabled = true,
|
|
||||||
cm_auto_hdr = 1,
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
hl.config({
|
hl.config({
|
||||||
cursor ={
|
cursor ={
|
||||||
no_hardware_cursors = 1,
|
no_hardware_cursors = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user