mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
update hyprland display stuff
This commit is contained in:
@@ -19,6 +19,7 @@ in
|
|||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
general.allow_tearing = true;
|
||||||
input = {
|
input = {
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
kb_layout = osConfig.services.xserver.xkb.layout;
|
kb_layout = osConfig.services.xserver.xkb.layout;
|
||||||
@@ -48,6 +49,7 @@ in
|
|||||||
"SUPER,mouse_up,workspace,r+1"
|
"SUPER,mouse_up,workspace,r+1"
|
||||||
"SUPER,mouse_down,workspace,r-1"
|
"SUPER,mouse_down,workspace,r-1"
|
||||||
];
|
];
|
||||||
|
monitor = lib.mkAfter [ ",highrr,auto,1" ];
|
||||||
bindm = [
|
bindm = [
|
||||||
"SUPER,mouse:272,movewindow"
|
"SUPER,mouse:272,movewindow"
|
||||||
"SUPER,mouse:273,resizewindow"
|
"SUPER,mouse:273,resizewindow"
|
||||||
@@ -56,6 +58,7 @@ in
|
|||||||
layers_hog_keyboard_focus = false;
|
layers_hog_keyboard_focus = false;
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_splash_rendering = true;
|
disable_splash_rendering = true;
|
||||||
|
vrr = lib.mkDefault 2;
|
||||||
};
|
};
|
||||||
input.touchpad.natural_scroll = true;
|
input.touchpad.natural_scroll = true;
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
|
|||||||
@@ -49,10 +49,7 @@ in
|
|||||||
DXVK_HDR = "1";
|
DXVK_HDR = "1";
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
general = {
|
general.layout = "master";
|
||||||
layout = "master";
|
|
||||||
allow_tearing = true;
|
|
||||||
};
|
|
||||||
master = {
|
master = {
|
||||||
orientation = "center";
|
orientation = "center";
|
||||||
slave_count_for_center_master = 0;
|
slave_count_for_center_master = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user