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";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
TERMINAL = "ghostty";
|
TERMINAL = "ghostty";
|
||||||
XCURSOR_SIZE = "32";
|
XCURSOR_SIZE = "28";
|
||||||
XCURSOR_THEME = "Adwaita";
|
XCURSOR_THEME = "Adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -46,6 +46,6 @@
|
||||||
x11.enable = true;
|
x11.enable = true;
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.adwaita-icon-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
size = 32;
|
size = 28;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
clock-format = "12h";
|
clock-format = "12h";
|
||||||
clock-show-weekday = true;
|
clock-show-weekday = true;
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
cursor-size = 32;
|
cursor-size = 28;
|
||||||
cursor-theme = "Adwaita";
|
cursor-theme = "Adwaita";
|
||||||
enable-animations = false;
|
enable-animations = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ in
|
||||||
gaps outer 0
|
gaps outer 0
|
||||||
smart_gaps off
|
smart_gaps off
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
seat seat0 xcursor_theme Adwaita 32
|
seat seat0 xcursor_theme Adwaita 28
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue