From dc14ed2b53ef10b20c430ab7f7ad128bd86b5895 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Thu, 7 Dec 2023 00:43:48 +0200 Subject: [PATCH] Only have 1 workspace on laptop display, and all others on external --- hyprland/.config/hypr/hyprland.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index a01eea8..f21df01 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -135,6 +135,19 @@ device:epic-mouse-v1 { windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. +# Workspace rules +workspace=1, monitor:eDP-2, persistent:true +workspace=2, monitor:HDMI-A-1, persistent:true +workspace=3, monitor:HDMI-A-1, persistent:true +workspace=4, monitor:HDMI-A-1, persistent:true +workspace=5, monitor:HDMI-A-1, persistent:true +workspace=6, monitor:HDMI-A-1, persistent:true +workspace=7, monitor:HDMI-A-1, persistent:true +workspace=8, monitor:HDMI-A-1, persistent:true +workspace=9, monitor:HDMI-A-1, persistent:true +workspace=10, monitor:HDMI-A-1, persistent:true + + # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER