diff --git a/.config/hypr/custom/general.conf b/.config/hypr/custom/general.conf index 4a2fda8be..a42f47420 100644 --- a/.config/hypr/custom/general.conf +++ b/.config/hypr/custom/general.conf @@ -1,6 +1,6 @@ # Put general config stuff here # Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/ # monitor=DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98 -monitor=DP-2,3440x1440@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0 -monitor=DP-1, highres@highrr,0x0,1 +monitor=DP-1,3440x1440@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0 +monitor=DP-2, highres@highrr,0x0,1 monitor=HDMI-A-1, 1920x1080@120, 20000x20000,1 diff --git a/.config/hypr/custom/rules.conf b/.config/hypr/custom/rules.conf index c09f85835..1b5ffc2f2 100644 --- a/.config/hypr/custom/rules.conf +++ b/.config/hypr/custom/rules.conf @@ -2,8 +2,8 @@ # Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/ # Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/ windowrule = workspace special:steam, class:steam -windowrule = workspace special:gaming, class:^(steam_app).* +windowrule = workspace special:gaming, class:^(steam_app_).* -workspace = special:gaming, monitor:DP-2, persistent:true -workspace = special:steam, monitor:DP-2, persistent:true, on-created-empty:steam +workspace = special:gaming, monitor:DP-1, persistent:true +workspace = special:steam, monitor:DP-1, persistent:true, on-created-empty:steam