From 944fa5c35930bbaae7b9d4d634449ed612546503 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 7 Oct 2024 16:16:55 +0200 Subject: [PATCH] :wrench: update monitor settings Signed-off-by: SindreKjelsrud --- .config/hypr/hyprland.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 20802e6..d9f45e1 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -23,8 +23,12 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto - +#monitor=,preferred,auto,auto +monitor=,1920x1080,auto,1,bitdepth,8 +monitor=,preferred,auto,1,mirror,eDP-1,bitdepth,8 +xwayland { + force_zero_scaling = true +} ################### ### MY PROGRAMS ###