try out hyprscrolling

This commit is contained in:
Kopatz
2025-10-24 11:33:09 +02:00
parent 6e7cda47e4
commit 945322d6b5

View File

@@ -28,6 +28,7 @@ in
enable = true; enable = true;
#enableNvidiaPatches = true; #enableNvidiaPatches = true;
xwayland.enable = true; xwayland.enable = true;
#plugins = [ pkgs.hyprlandPlugins.hyprscrolling ];
settings = { settings = {
# #
# Please note not all available settings / options are set here. # Please note not all available settings / options are set here.
@@ -115,6 +116,7 @@ in
"col.inactive_border" = "rgba(595959aa)"; "col.inactive_border" = "rgba(595959aa)";
layout = "dwindle"; layout = "dwindle";
#layout = "scrolling";
allow_tearing = true; allow_tearing = true;
}; };