no more silly cursor
This commit is contained in:
parent
8426d1b07b
commit
cabe7153ed
1 changed files with 0 additions and 6 deletions
|
|
@ -88,18 +88,12 @@ in {
|
||||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||||
plugins = with pkgs.hyprlandPlugins; [
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
# inputs.hy3.packages.${pkgs.stdenv.hostPlatform.system}.hy3
|
# inputs.hy3.packages.${pkgs.stdenv.hostPlatform.system}.hy3
|
||||||
# inputs.hypr-dynamic-cursors.packages.${pkgs.stdenv.hostPlatform.system}.hypr-dynamic-cursors
|
|
||||||
hy3
|
hy3
|
||||||
hypr-dynamic-cursors
|
|
||||||
(inputs.hypr-darkwindow.packages.${pkgs.stdenv.hostPlatform.system}.Hypr-DarkWindow.overrideAttrs (super: {
|
(inputs.hypr-darkwindow.packages.${pkgs.stdenv.hostPlatform.system}.Hypr-DarkWindow.overrideAttrs (super: {
|
||||||
buildInputs = with pkgs; [hyprland.dev] ++ hyprland.buildInputs;
|
buildInputs = with pkgs; [hyprland.dev] ++ hyprland.buildInputs;
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
"plugin:dynamic-cursors" = {
|
|
||||||
mode = "rotate";
|
|
||||||
shake.enabled = false;
|
|
||||||
};
|
|
||||||
"plugin:hy3" = {
|
"plugin:hy3" = {
|
||||||
no_gaps_when_only = 1;
|
no_gaps_when_only = 1;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue