mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
disable shadows and blur
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
monitor = eDP-1, 2560x1600@60, 0x0, 1, bitdepth, 10
|
monitor = eDP-1, 2560x1600@60, 0x0, 1, bitdepth, 10
|
||||||
monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
monitor = , highres@highrr, auto, 1
|
||||||
|
|
||||||
|
# monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
||||||
|
|||||||
@@ -26,22 +26,22 @@ input {
|
|||||||
general {
|
general {
|
||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
border_size = 1
|
border_size = 2
|
||||||
col.active_border = $mauve $teal $green $blue $lavender 90deg
|
col.active_border = $mauve $teal $green $sapphire $lavender 90deg
|
||||||
col.inactive_border = $crust 90deg
|
col.inactive_border = $crust 90deg
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 1
|
rounding = 1
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = false
|
||||||
range = 15
|
range = 15
|
||||||
render_power = 5
|
render_power = 5
|
||||||
color = $base
|
color = $base
|
||||||
color_inactive = $mantle
|
color_inactive = $mantle
|
||||||
}
|
}
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = false
|
||||||
size = 2
|
size = 2
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = on
|
new_optimizations = on
|
||||||
@@ -79,6 +79,7 @@ ecosystem {
|
|||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
|
vfr = true
|
||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
|
|||||||
Reference in New Issue
Block a user