1
1
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
4c77ef72d6
hyprland: disable explicit sync
Signed-off-by: Myned <dev@bjork.tech>
2024-10-21 20:01:21 -05:00
69ea41f7f2
gammastep: lower min brightness
Signed-off-by: Myned <dev@bjork.tech>
2024-10-21 20:01:21 -05:00
2 changed files with 3 additions and 3 deletions

View file

@ -205,8 +205,8 @@ in {
# https://wiki.hyprland.org/Configuring/Variables/#render
render = {
explicit_sync = 1;
explicit_sync_kms = 1;
#// explicit_sync = 1;
#// explicit_sync_kms = 1;
};
# https://wiki.hyprland.org/Configuring/Variables/#cursor

View file

@ -23,7 +23,7 @@ in {
# TODO: Add keybinds
settings.general = {
brightness-day = 1;
brightness-night = 0.5;
brightness-night = 0.4;
};
};
};