update hyprland display stuff

This commit is contained in:
2025-06-29 14:25:08 +02:00
parent 86025dc787
commit 56f3c3c5e9
2 changed files with 4 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
settings = {
general.allow_tearing = true;
input = {
accel_profile = "flat";
kb_layout = osConfig.services.xserver.xkb.layout;
@@ -48,6 +49,7 @@ in
"SUPER,mouse_up,workspace,r+1"
"SUPER,mouse_down,workspace,r-1"
];
monitor = lib.mkAfter [ ",highrr,auto,1" ];
bindm = [
"SUPER,mouse:272,movewindow"
"SUPER,mouse:273,resizewindow"
@@ -56,6 +58,7 @@ in
layers_hog_keyboard_focus = false;
disable_hyprland_logo = true;
disable_splash_rendering = true;
vrr = lib.mkDefault 2;
};
input.touchpad.natural_scroll = true;
gestures.workspace_swipe = true;

View File

@@ -49,10 +49,7 @@ in
DXVK_HDR = "1";
};
wayland.windowManager.hyprland.settings = {
general = {
layout = "master";
allow_tearing = true;
};
general.layout = "master";
master = {
orientation = "center";
slave_count_for_center_master = 0;