diff options
Diffstat (limited to 'desktop/.config/niri')
-rw-r--r-- | desktop/.config/niri/config.kdl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/.config/niri/config.kdl b/desktop/.config/niri/config.kdl index 3317c19..021ccff 100644 --- a/desktop/.config/niri/config.kdl +++ b/desktop/.config/niri/config.kdl @@ -22,6 +22,17 @@ input { output "eDP-1" { off } + +output "DP-4" { + mode "1920x1080" + position x=0 y=0 +} + +output "DP-6" { + transform "90" + position x=-1080 y=-390 +} + output "DP-7" { mode "1920x1080" position x=0 y=0 |