fix: tune sway cursor and touchpad
This commit is contained in:
parent
2c8ff25308
commit
867287b2c2
3 changed files with 14 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
TERMINAL = "ghostty";
|
TERMINAL = "ghostty";
|
||||||
|
XCURSOR_SIZE = "32";
|
||||||
|
XCURSOR_THEME = "Adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
|
|
@ -38,4 +40,12 @@
|
||||||
extraConfig.gtk-application-prefer-dark-theme = 1;
|
extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.pointerCursor = {
|
||||||
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
|
name = "Adwaita";
|
||||||
|
package = pkgs.adwaita-icon-theme;
|
||||||
|
size = 32;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
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-theme = "Adwaita";
|
||||||
enable-animations = false;
|
enable-animations = false;
|
||||||
};
|
};
|
||||||
"org/gtk/gtk4/settings/file-chooser" = {
|
"org/gtk/gtk4/settings/file-chooser" = {
|
||||||
|
|
|
||||||
|
|
@ -82,9 +82,11 @@ 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
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
dwt disabled
|
dwt disabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue