From b5acdf049b092895697a3862abd62d7c0a4e6d74 Mon Sep 17 00:00:00 2001 From: minco Date: Thu, 7 May 2026 19:38:55 +0900 Subject: [PATCH] update --- hyprland-custom.conf | 16 +++++++++++++--- hyprland.conf | 2 +- monitors.conf | 6 ++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/hyprland-custom.conf b/hyprland-custom.conf index ac92dcd..ec69487 100644 --- a/hyprland-custom.conf +++ b/hyprland-custom.conf @@ -25,10 +25,12 @@ source=~/.config/hypr/mocha.conf # See https://wiki.hyprland.org/Configuring/Monitors/ # monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = HDMI-A-1, 1920x1080@60, 1920x720, 1 # tablet +monitor = HDMI-A-1, 1920x1080@60, 1920x1440, 1 # tablet monitor = DP-1, 1920x1080@60, 0x0, 1 -monitor = DP-3, 3840x2160@60, 1920x-720, 1.5 -monitor = DP-2, 1920x1080@60, 4480x0, 1 +monitor = DP-3, 3840x2160@60, 1920x-720, 1.0 +monitor = DP-2, 1920x1080@60, 5760x0, 1 + +# 4480 # monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet # monitor = DP-2, 1920x1080@60, 0x0, 1 @@ -228,6 +230,14 @@ animations { # windowrule = bordersize 0, floating:0, onworkspace:f[1] # windowrule = rounding 0, floating:0, onworkspace:f[1] +# The magic that fixes xcb programs sidebar dragging issues. +windowrulev2 = noinitialfocus, class:FreeCAD +windowrulev2 = noinitialfocus, class:^(OMEdit)$ + +debug { + disable_logs = false +} + # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below diff --git a/hyprland.conf b/hyprland.conf index 242e665..0d8e41c 120000 --- a/hyprland.conf +++ b/hyprland.conf @@ -1 +1 @@ -/nix/store/nc9m6q3cqw8jpygl2nsll365qkmrwdck-home-manager-files/.config/hypr/hyprland.conf \ No newline at end of file +/nix/store/q3xk7xj5ki6380y1kdzx8y0np7pmawd9-home-manager-files/.config/hypr/hyprland.conf \ No newline at end of file diff --git a/monitors.conf b/monitors.conf index e69de29..776c309 100644 --- a/monitors.conf +++ b/monitors.conf @@ -0,0 +1,6 @@ +# Generated by nwg-displays on 2026-04-21 at 15:07:24. Do not edit manually. + +monitor=HDMI-A-1,1920x1080@60.04,1920x1440,1.0 +monitor=DP-1,1920x1080@60.0,0x0,1.0 +monitor=DP-2,1920x1080@60.0,5760x0,1.0 +monitor=DP-3,3840x2160@60.0,1920x-720,1.0