updates
This commit is contained in:
parent
5c08802127
commit
9bc381a8bf
13 changed files with 767 additions and 70 deletions
|
|
@ -45,6 +45,7 @@ in {
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
xwayland.enable = true;
|
||||
|
||||
systemd = {
|
||||
|
|
@ -161,7 +162,8 @@ in {
|
|||
force_default_wallpaper = 0;
|
||||
disable_hyprland_logo = true;
|
||||
|
||||
vfr = true;
|
||||
vfr = false;
|
||||
vrr = 2;
|
||||
|
||||
# dpms
|
||||
# mouse_move_enables_dpms = true; # enable dpms on mouse/touchpad action
|
||||
|
|
@ -173,6 +175,11 @@ in {
|
|||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
experimental = {
|
||||
hdr = false;
|
||||
xx_color_management_v4 = true;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
no_hardware_cursors = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue