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