From 7328525e2a0aa9a19bf918f7dcb812bea0c6f9a7 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 19 Mar 2024 19:34:48 -0500 Subject: [PATCH] update hypland configs --- hypr/config/rules.conf | 2 +- hypr/hyprland.conf | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/hypr/config/rules.conf b/hypr/config/rules.conf index c11e708..ca29157 100644 --- a/hypr/config/rules.conf +++ b/hypr/config/rules.conf @@ -4,5 +4,5 @@ # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. +windowrulev2 = nomaxsize, class:.* # You'll probably like this. diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 61fa820..a16a3cd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,9 +1,9 @@ -######################################################################################## -AUTOGENERATED HYPR CONFIG. -PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, -OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. -######################################################################################## +# ####################################################################################### +# AUTOGENERATED HYPR CONFIG. +# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, +# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. +# ####################################################################################### # # Please note not all available settings / options are set here. @@ -125,7 +125,8 @@ misc { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic-mouse-v1 { +device { + name = epic-mouse-v1 sensitivity = -0.5 }