diff --git a/dot_config/hypr/input.conf b/dot_config/hypr/input.conf index d67a0d6..cf63e6d 100644 --- a/dot_config/hypr/input.conf +++ b/dot_config/hypr/input.conf @@ -16,6 +16,8 @@ input { touchpad { natural_scroll = false + clickfinger_behavior = true + middle_button_emulation = true } } diff --git a/dot_config/hypr/look_and_feel.conf b/dot_config/hypr/look_and_feel.conf index 4ead4c5..94a60b4 100644 --- a/dot_config/hypr/look_and_feel.conf +++ b/dot_config/hypr/look_and_feel.conf @@ -95,3 +95,9 @@ misc { 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. :( } + +binds { + pass_mouse_when_bound = true + workspace_back_and_forth = true + allow_workspace_cycles = true +}