From 3489ea2603d349ed6c281761ec4f2c4be689a8d8 Mon Sep 17 00:00:00 2001 From: xsghetti Date: Sat, 20 Apr 2024 10:42:48 -0400 Subject: [PATCH] add laptop monitor/workspaces --- .config/hypr/hyprland.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d4d3d629..848ca7a4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -25,9 +25,14 @@ workspace = 8, persistent:true,monitor:DP-2 workspace = 9, persistent:true,monitor:DP-2 workspace = 0, persistent:true,monitor:DP-2 -# Laptop -# monitor = eDP-1, 1920x1080@144, auto, 1 -# workspace = eDP-1,1 +#Laptop +monitor = eDP-1, 1920x1080@144, 0x0, 1 +workspace = 1, persistent:true,monitor:eDP-1,default:true +workspace = 2, persistent:true,monitor:eDP-1 +workspace = 3, persistent:true,monitor:eDP-1 +workspace = 4, persistent:true,monitor:eDP-1 +workspace = 5, persistent:true,monitor:eDP-1 + # See https://wiki.hyprland.org/Configuring/Keywords/ for more