From 56c72ee6ef1c5693a076484056094ae558b21d77 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 22 Apr 2025 14:33:10 +0200 Subject: [PATCH] update scripts --- dot_config/hypr/input.conf | 2 ++ dot_config/hypr/look_and_feel.conf | 6 ++++++ 2 files changed, 8 insertions(+) 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 +}