This commit is contained in:
2026-05-07 19:38:55 +09:00
parent c73513bd61
commit b5acdf049b
3 changed files with 20 additions and 4 deletions

View File

@@ -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