From 2dfe7d65e74ee228990e18c287436caa6e60de09 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 22 Mar 2024 11:03:36 +0330 Subject: [PATCH] feat: laptop monitor --- configs/hyprland/hypr/conf/monitors/laptop.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/hyprland/hypr/conf/monitors/laptop.conf diff --git a/configs/hyprland/hypr/conf/monitors/laptop.conf b/configs/hyprland/hypr/conf/monitors/laptop.conf new file mode 100644 index 0000000..1070e8e --- /dev/null +++ b/configs/hyprland/hypr/conf/monitors/laptop.conf @@ -0,0 +1,10 @@ +# ----------------------------------------------------- +# Monitor Setup +# name: "1920x1080" +# ----------------------------------------------------- + +monitor=,1920x1080@60,auto,1.2 + +xwayland { + force_zero_scaling = true +} \ No newline at end of file