From ed141d84737589c4b73839fe47dc41a0a41022e3 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Fri, 16 Aug 2024 11:01:46 +0300 Subject: [PATCH] hyprland monitors workspaces set up --- .config/hypr/monitors.conf | 5 +++++ .config/hypr/workspaces.conf | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .config/hypr/monitors.conf create mode 100644 .config/hypr/workspaces.conf diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf new file mode 100644 index 0000000..e0d100a --- /dev/null +++ b/.config/hypr/monitors.conf @@ -0,0 +1,5 @@ +# Generated by nwg-displays on 2024-08-14 at 13:35:50. Do not edit manually. + +monitor=eDP-1,1920x1080@60.01,0x0,1.0 +monitor=DP-2,1920x1080@60.0,1920x-953,1.0 +monitor=HDMI-A-1,2560x1440@59.95,-640x-1440,1.0 diff --git a/.config/hypr/workspaces.conf b/.config/hypr/workspaces.conf new file mode 100644 index 0000000..ad77284 --- /dev/null +++ b/.config/hypr/workspaces.conf @@ -0,0 +1,5 @@ +# Generated by nwg-displays on 2024-08-14 at 13:35:48. Do not edit manually. + +workspace=1,monitor:eDP-1,default:true +workspace=2,monitor:HDMI-A-1,default:true +workspace=3,monitor:DP-2,default:true