From a2ecca936e9e1e7a77fa06e04f71bdc5fe8b4bbd Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 14 Dec 2022 17:57:41 +0000 Subject: [PATCH] use auto scale in default cfgs --- example/hyprland.conf | 2 +- src/config/defaultConfig.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/hyprland.conf b/example/hyprland.conf index 687694dc..63268ede 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -8,7 +8,7 @@ # # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,1 +monitor=,preferred,auto,auto # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 061e2d4d..fd77b74b 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -17,7 +17,7 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. autogenerated = 1 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,1 +monitor=,preferred,auto,auto # See https://wiki.hyprland.org/Configuring/Keywords/ for more