From 7f75d8c6b2fd95d5daad1ff18230191b3d58df5a Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Tue, 13 May 2025 21:28:45 +0200 Subject: [PATCH] disable follow mouse --- .config/hypr/conf.d/input.conf | 2 +- .config/hypr/conf.d/theme.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/conf.d/input.conf b/.config/hypr/conf.d/input.conf index f635ea4..27083b3 100644 --- a/.config/hypr/conf.d/input.conf +++ b/.config/hypr/conf.d/input.conf @@ -10,7 +10,7 @@ input { kb_options = kb_rules = - follow_mouse = 1 + follow_mouse = 0 sensitivity = 0 # -1.0 - 1.0, 0 means no modification. diff --git a/.config/hypr/conf.d/theme.conf b/.config/hypr/conf.d/theme.conf index 2997a52..03a71c3 100644 --- a/.config/hypr/conf.d/theme.conf +++ b/.config/hypr/conf.d/theme.conf @@ -30,8 +30,8 @@ decoration { rounding_power = 10 # Change transparency of focused and unfocused windows - active_opacity = 0.85 - inactive_opacity = 0.85 + active_opacity = 0.9 + inactive_opacity = 0.9 shadow { enabled = true