From 5c9820d0693f57dd52aa34f3a9f1acea10e5cdac Mon Sep 17 00:00:00 2001 From: david Date: Fri, 14 Nov 2025 11:51:32 -0600 Subject: [PATCH] Add hyprland.conf file --- src_files/.config/hypr/hyprland.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src_files/.config/hypr/hyprland.conf diff --git a/src_files/.config/hypr/hyprland.conf b/src_files/.config/hypr/hyprland.conf new file mode 100644 index 0000000..9bde7ce --- /dev/null +++ b/src_files/.config/hypr/hyprland.conf @@ -0,0 +1,20 @@ +input { + kb_options = caps:escape, \ + ctrl:swap_lalt_lctl, \ + ctrl:swap_ralt_rctl, \ + altwin:swap_ralt_rwin # this one seems to not work, but leaving here for now + + repeat_rate = 70 + repeat_delay = 250 + + touchpad { + clickfinger_behavior = true # 2-finger click is right-click + scroll_factor = 0.3 + natural_scroll = false # natural is a bad name for this + } +} + +# custom window rules per app +windowrulev2 = float, class:REAPER, title:^(REAPER).*$ +windowrulev2 = size 1120 744, class:REAPER, title:^(REAPER).*$ +windowrulev2 = center, class:REAPER, title:^(REAPER).*$