👉 Use correct pointer

This commit is contained in:
2025-01-06 21:18:45 +01:00
parent 533ff49808
commit e223999ae1
3 changed files with 18 additions and 21 deletions

View File

@ -186,8 +186,8 @@
};
misc = {
force_default_wallpaper = -1; # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false; # If true disables the random hyprland logo / anime girl background. :(
force_default_wallpaper = 0;
disable_hyprland_logo = true;
};
debug.disable_logs = false;
@ -196,11 +196,8 @@
input = {
kb_layout = "gb,no";
kb_options = "grp:alt_shift_toggle";
follow_mouse = 1;
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
touchpad.natural_scroll = false;
};