👉 Use correct pointer
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user