fix: resize sway cursor
This commit is contained in:
parent
867287b2c2
commit
8e225f5d82
3 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@
|
|||
MOZ_ENABLE_WAYLAND = "1";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
TERMINAL = "ghostty";
|
||||
XCURSOR_SIZE = "32";
|
||||
XCURSOR_SIZE = "28";
|
||||
XCURSOR_THEME = "Adwaita";
|
||||
};
|
||||
|
||||
|
|
@ -46,6 +46,6 @@
|
|||
x11.enable = true;
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
size = 32;
|
||||
size = 28;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue