From c3cc88b0e9694ae7e44a31d85e53c77c3a8dcb9c Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Wed, 22 Apr 2026 20:53:41 +0200 Subject: [PATCH] n --- niri/.config/niri/config.kdl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 48ec161..75bdc65 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -13,9 +13,8 @@ input { // For more information, see xkeyboard-config(7). // For example: - layout "eu,ru" - //variant "dvorak,," - options "grp:lctrl_toggle, ctrl:nocaps" + layout "us,ru" + options "grp:alt_shift_toggle" // If this section is empty, niri will fetch xkb settings // from org.freedesktop.locale1. You can control these using @@ -109,6 +108,16 @@ input { // automatically. position x=1280 y=0 } +output "DP-1" { + scale 1.5 + mode "2560x1440@75" + position x=0 y=0 +} + +output "DP-3" { + scale 1 + mode "2560x1440@75" +} // Settings that influence how windows are positioned and sized. // Find more information on the wiki: