From 8ebf2f9889d046a82e09fb3cd22e0abacc363566 Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Tue, 24 Dec 2024 08:40:59 -0600 Subject: [PATCH] fix(hyprland): Hack to stop new workspace after DPMS --- dot-config/hypr/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index 728d004..b16273c 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -21,8 +21,9 @@ source = ~/.config/hypr/mocha.conf ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto -workspace=,1 +# See https://github.com/hyprwm/Hyprland/issues/7608 +monitor=DP-1,preferred,auto,auto +workspace=1,monitor:DP-1,default:true ###################