From ab573d476d0d48e1d0e0769c0ebcc4f7fafd57db Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 29 Jan 2024 13:55:19 +0100 Subject: [PATCH] Updates --- hypr/conf/monitors/1440x1080.conf | 2 +- hypr/conf/monitors/1920x1080.conf | 2 +- hypr/conf/monitors/1920x1200.conf | 6 ++++++ hypr/conf/monitors/2560x1440.conf | 2 +- hypr/conf/monitors/2560x1440@120.conf | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 hypr/conf/monitors/1920x1200.conf diff --git a/hypr/conf/monitors/1440x1080.conf b/hypr/conf/monitors/1440x1080.conf index c0cec05..032c75b 100644 --- a/hypr/conf/monitors/1440x1080.conf +++ b/hypr/conf/monitors/1440x1080.conf @@ -1,6 +1,6 @@ # ----------------------------------------------------- # Monitor Setup -# name: "Default" +# name: "1440x1080" # ----------------------------------------------------- monitor=,1440x1080,auto,1 \ No newline at end of file diff --git a/hypr/conf/monitors/1920x1080.conf b/hypr/conf/monitors/1920x1080.conf index 980be0e..0f654be 100644 --- a/hypr/conf/monitors/1920x1080.conf +++ b/hypr/conf/monitors/1920x1080.conf @@ -1,6 +1,6 @@ # ----------------------------------------------------- # Monitor Setup -# name: "Default" +# name: "1920x1080" # ----------------------------------------------------- monitor=,1920x1080,auto,1 \ No newline at end of file diff --git a/hypr/conf/monitors/1920x1200.conf b/hypr/conf/monitors/1920x1200.conf new file mode 100644 index 0000000..aac5f4d --- /dev/null +++ b/hypr/conf/monitors/1920x1200.conf @@ -0,0 +1,6 @@ +# ----------------------------------------------------- +# Monitor Setup +# name: "1920x1200" +# ----------------------------------------------------- + +monitor=,1920x1200,auto,1 \ No newline at end of file diff --git a/hypr/conf/monitors/2560x1440.conf b/hypr/conf/monitors/2560x1440.conf index a327bd4..cbb7710 100644 --- a/hypr/conf/monitors/2560x1440.conf +++ b/hypr/conf/monitors/2560x1440.conf @@ -1,6 +1,6 @@ # ----------------------------------------------------- # Monitor Setup -# name: "Default" +# name: "2560x1440" # ----------------------------------------------------- monitor=,2560x1440,auto,1 \ No newline at end of file diff --git a/hypr/conf/monitors/2560x1440@120.conf b/hypr/conf/monitors/2560x1440@120.conf index c0dbac6..f777ec1 100644 --- a/hypr/conf/monitors/2560x1440@120.conf +++ b/hypr/conf/monitors/2560x1440@120.conf @@ -1,6 +1,6 @@ # ----------------------------------------------------- # Monitor Setup -# name: "Default" +# name: "2560x1440@120" # ----------------------------------------------------- monitor=,2560x1440@120,auto,1 \ No newline at end of file