From 164148b71fd0b0da8aff3f6a57cfc27bcc9e82d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 17 Apr 2024 20:39:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(hypr):=20setting?= =?UTF-8?q?=20default=20workspaces=20for=20each=20monitor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/monitors.conf | 3 --- .config/hypr/configs/workspaces.conf | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.config/hypr/configs/monitors.conf b/.config/hypr/configs/monitors.conf index 4f968621..88b8d207 100644 --- a/.config/hypr/configs/monitors.conf +++ b/.config/hypr/configs/monitors.conf @@ -1,12 +1,9 @@ # Main Monitor monitor=DP-1, 2560x1080@74.99, 0x1080,1.0 -workspace = DP-1, 1 # Second Monitor monitor=DP-3, 2560x1080@74.99, 0x0,1.0 -workspace = DP-3, 11 # Third Monitor monitor=HDMI-A-1, 1920x1080@74.97, 2560x300,1.0 monitor=HDMI-A-1, transform, 3 -workspace = HDMI-A-1, 21 diff --git a/.config/hypr/configs/workspaces.conf b/.config/hypr/configs/workspaces.conf index b01918d5..d7c346db 100644 --- a/.config/hypr/configs/workspaces.conf +++ b/.config/hypr/configs/workspaces.conf @@ -1,5 +1,5 @@ # Main Monitor -workspace = 1, monitor:DP-1 +workspace = 1, monitor:DP-1, default:true workspace = 2, monitor:DP-1 workspace = 3, monitor:DP-1 workspace = 4, monitor:DP-1 @@ -11,7 +11,7 @@ workspace = 9, monitor:DP-1 workspace = 10, monitor:DP-1 # Second Monitor -workspace = 11, monitor:DP-3 +workspace = 11, monitor:DP-3, default:true workspace = 12, monitor:DP-3 workspace = 13, monitor:DP-3 workspace = 14, monitor:DP-3 @@ -23,7 +23,7 @@ workspace = 19, monitor:DP-3 workspace = 20, monitor:DP-3 # Third Monitor -workspace = 21, monitor:HDMI-A-1 +workspace = 21, monitor:HDMI-A-1, default:true workspace = 22, monitor:HDMI-A-1 workspace = 23, monitor:HDMI-A-1 workspace = 24, monitor:HDMI-A-1