787 current 2024-06-27 12:43:35 24.11.20240627.3664857 6.9.6-zen1 *
This commit is contained in:
parent
aa0183bbbc
commit
93b13811aa
1 changed files with 7 additions and 7 deletions
|
|
@ -107,11 +107,11 @@ in {
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
# gaps
|
# gaps
|
||||||
gaps_in = 6;
|
gaps_in = 4;
|
||||||
gaps_out = 12;
|
gaps_out = 8;
|
||||||
|
|
||||||
# border thiccness
|
# border thiccness
|
||||||
border_size = 4;
|
border_size = 2;
|
||||||
|
|
||||||
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||||
apply_sens_to_raw = 0;
|
apply_sens_to_raw = 0;
|
||||||
|
|
@ -134,7 +134,7 @@ in {
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
# fancy corners
|
# fancy corners
|
||||||
rounding = 10;
|
rounding = 0;
|
||||||
# blur
|
# blur
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
@ -142,8 +142,8 @@ in {
|
||||||
passes = 5;
|
passes = 5;
|
||||||
ignore_opacity = false;
|
ignore_opacity = false;
|
||||||
new_optimizations = 1;
|
new_optimizations = 1;
|
||||||
contrast = 0.9;
|
contrast = 1;
|
||||||
brightness = 0.9;
|
brightness = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
# shadow config
|
# shadow config
|
||||||
|
|
@ -159,7 +159,7 @@ in {
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
|
|
||||||
vfr = true;
|
vfr = false;
|
||||||
|
|
||||||
# dpms
|
# dpms
|
||||||
mouse_move_enables_dpms = true; # enable dpms on mouse/touchpad action
|
mouse_move_enables_dpms = true; # enable dpms on mouse/touchpad action
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue