From ee9e39dd3a7c045e942a30512f6d410be75d69e2 Mon Sep 17 00:00:00 2001 From: Arpit T <70164194+devlinarptiw@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:21:11 +0530 Subject: [PATCH] Update hyprland.conf - newstatus=master and mouse config -- updated line 99 as per the link for config -- commented mouse config since it impacts configfile --- hypr/hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f6187f3..4eb2728 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -96,7 +96,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status:master = true } gestures { @@ -106,9 +106,9 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { - sensitivity = -0.5 -} +#device:epic mouse V1 { +# sensitivity = -0.5 +#} # Example windowrule v1 #windowrule = float, ^(kitty)$ @@ -189,4 +189,4 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # Source a file (multi-file configs) -# source = ~/.config/hypr/myColors.conf \ No newline at end of file +# source = ~/.config/hypr/myColors.conf