From 124b46e9fb2a481c528f3a5fab65a872488b4a86 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 12 Jan 2026 13:47:04 +0000 Subject: [PATCH] update to new hyprland version --- .config/hypr/applications.conf | 4 ++-- .config/hypr/hyprland.conf | 12 ++---------- .config/hypr/monitors.conf | 4 ++-- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.config/hypr/applications.conf b/.config/hypr/applications.conf index f988619..c125605 100644 --- a/.config/hypr/applications.conf +++ b/.config/hypr/applications.conf @@ -1,9 +1,9 @@ # Minecraft Launcher -windowrulev2 = pseudo, class:^(Minecraft Launcher)$ +windowrulev2 = pseudo, class:Minecraft Launcher # Floating windowrulev2 = float, title:Play Timer windowrulev2 = float, class:play-timer # Opacity -windowrule = opacity 0.85 0.75 ,class:^(kitty)$ +windowrule = opacity 0.85 0.75, match:tag kitty diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2015baa..eaee884 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -119,10 +119,10 @@ input { accel_profile = flat force_no_accel=2 - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = 1 # -1.0 - 1.0, 0 means no modification. touchpad { - natural_scroll = false + natural_scroll = true } } @@ -221,14 +221,6 @@ bindl = , XF86AudioPrev, exec, playerctl previous # Example windowrule # windowrule = float,class:^(kitty)$,title:^(kitty)$ -# Ignore maximize requests from apps. You'll probably like this. -windowrule = suppressevent maximize, class:(?!Minecraft Launcher).* - -# Fix some dragging issues with XWayland -windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 - -windowrule = pseudo,class:^$,title:^$,xwayland:1 - source = ~/.config/hypr/keybinds.conf source = ~/.config/hypr/applications.conf source = ~/.config/hypr/decoration.conf diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index 3d91176..da4a736 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -1,3 +1,3 @@ -monitor = DP-1, 1920x1080@144,0x0,1 -monitor = HDMI-A-1, 1680x1050@60,-1680x0,1 +monitor = eDP-1, 1920x1080@144,0x0,1 +#monitor = HDMI-A-1, 1680x1050@60,-1680x0,1