From a9092f83897c9bcfeae25ba55bf94f2a73ade408 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 20 May 2025 10:09:31 +0200 Subject: [PATCH] moves workspaces config to correct file --- .config/hypr/config/monitor.conf | 8 -------- .config/hypr/config/workspaces.conf | 13 +++++++++++++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.config/hypr/config/monitor.conf b/.config/hypr/config/monitor.conf index a9a1225..9be8006 100644 --- a/.config/hypr/config/monitor.conf +++ b/.config/hypr/config/monitor.conf @@ -7,14 +7,6 @@ monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 0 monitor = DP-2, 1920x1080@60, auto-left, 1, vrr, 0 -workspace = 1, monitor:eDP-2 -workspace = 2, monitor:eDP-2 -workspace = 3, monitor:eDP-2 -workspace = 4, monitor:eDP-2 - -workspace = 5, monitor:DP-2 -workspace = 6, monitor:DP-2 - # If you need to scale things like steam etc, please uncomment these lines. # Adjust GDK_SCALE accordingly to your liking. #xwayland { diff --git a/.config/hypr/config/workspaces.conf b/.config/hypr/config/workspaces.conf index e69de29..63dc86e 100644 --- a/.config/hypr/config/workspaces.conf +++ b/.config/hypr/config/workspaces.conf @@ -0,0 +1,13 @@ +# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +# ┃ Monitor Configuration ┃ +# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ + +workspace = 1, monitor:eDP-2 +workspace = 2, monitor:eDP-2 +workspace = 3, monitor:eDP-2 +workspace = 4, monitor:eDP-2 + +workspace = 5, monitor:DP-2 +workspace = 6, monitor:DP-2 +workspace = 7, monitor:DP-2 +workspace = 8, monitor:DP-2