update to new monitor

This commit is contained in:
2025-11-30 12:25:25 -08:00
parent cb3641a9d9
commit 21d6320cc1
4 changed files with 40 additions and 43 deletions

View File

@@ -14,8 +14,17 @@
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=DP-1,2560x1440@144,0x0,1
monitor=DP-3,2560x1440@144,2560x0,1
# monitor=DP-1,2560x1440@144,0x0,1
# monitor=DP-3,2560x1440@144,2560x0,1
# vrr 3 enables vrr if application is fullscreen and video or game content
# monitor = DP-1, 3440x1440@240,0x0,1,vrr,3
monitorv2 {
output = DP-1
mode = 3440x1440@240
position = 0x0
scale = 1
vrr = 3
}
source = ~/.config/hypr/keybindings.conf
source = ~/.config/hypr/macchiato.conf
@@ -166,10 +175,6 @@ animations {
# uncomment all if you wish to use that.
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
# windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
@@ -258,6 +263,7 @@ windowrule = float on, match:class mpv
windowrule = float on, match:class steam
windowrule = float on, match:class anki
windowrule = float on, match:class python, match:title Import
windowrule = match:float 1, center on
windowrule = workspace 10 silent, match:class discord
windowrule = workspace 9 silent, match:class steam
windowrule = workspace 8 silent, match:class anki
@@ -289,14 +295,3 @@ debug {
disable_logs = true
enable_stdout_logs = false
}
plugin {
split-monitor-workspaces {
count = 5
keep_focused = 1
enable_notifications = 1
enable_persistent_workspaces = 1
}
}