From 109668fa30bf65e56a2723ff29bcadc3e9a6e4ca Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 21 Sep 2023 13:48:32 +0400 Subject: Add output configuration & integer scaling support --- resources/default-config.kdl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 2895244c..7596fba3 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -27,6 +27,14 @@ input { } } +// You can configure outputs by their name, which you can find with wayland-info(1). +// The built-in laptop monitor is usually called "eDP-1". +// Remember to uncommend the node by removing "/-"! +/-output "eDP-1" { + // Scale is a floating-point number, but at the moment only integer values work. + scale 2.0 +} + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program -- cgit