diff options
Diffstat (limited to 'desktop/.config/niri/config.kdl')
-rw-r--r-- | desktop/.config/niri/config.kdl | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/desktop/.config/niri/config.kdl b/desktop/.config/niri/config.kdl index 07e4d8b..e56f015 100644 --- a/desktop/.config/niri/config.kdl +++ b/desktop/.config/niri/config.kdl @@ -8,7 +8,7 @@ input { xkb { layout "us" // variant "altgr_intl" - variant "colemak" + // variant "colemak" // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" } numlock @@ -28,6 +28,11 @@ output "DP-4" { position x=0 y=0 } +output "DP-5" { + mode "1920x1080" + position x=0 y=0 +} + output "DP-6" { transform "90" position x=-1080 y=-390 @@ -37,6 +42,12 @@ output "DP-7" { mode "1920x1080" position x=0 y=0 } + +output "DP-8" { + transform "90" + position x=-1080 y=-390 +} + output "DP-9" { transform "90" position x=-1080 y=-390 |