1
0
Fork 0
forked from foxora/nix

removed hyprland plugins as scrolling is now in hyprland!! :3

This commit is contained in:
foxora 2026-03-07 19:25:28 +00:00
parent be96d1dbf7
commit 2a66cb0014
3 changed files with 12 additions and 47 deletions

View file

@ -4,10 +4,6 @@
package = null;
portalPackage = null;
plugins = [
#inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling
];
xwayland.enable = true;
extraConfig = ''
@ -64,18 +60,18 @@
layout = "dwindle";
};
plugin = {
# options at https://github.com/hyprwm/hyprland-plugins/tree/main/hyprscrolling
hyprscrolling = {
fullscreen_on_one_column = false;
column_width = 1.0;
};
};
dwindle = {
preserve_split = true;
};
scrolling = {
fullscreen_on_one_column = true;
column_width = 0.9;
wrap_focus = true;
wrap_swapcol = true;
direction = "right";
};
decoration = {
rounding = 8;