update scripts
This commit is contained in:
parent
408200c239
commit
56c72ee6ef
2 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,8 @@ input {
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
|
clickfinger_behavior = true
|
||||||
|
middle_button_emulation = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -95,3 +95,9 @@ misc {
|
||||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
binds {
|
||||||
|
pass_mouse_when_bound = true
|
||||||
|
workspace_back_and_forth = true
|
||||||
|
allow_workspace_cycles = true
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue