diff options
author | Rose <rose@pinkro.se> | 2025-09-01 15:06:51 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-09-01 15:06:51 +0200 |
commit | 55bc8e25b4830bd30bf234b2a44fc420f354ac06 (patch) | |
tree | 9756469601ee901a876ae3384560970b64955af8 /desktop | |
parent | c77818aed457805160fde10f519165f8f722e9cc (diff) | |
download | dotfiles-55bc8e25b4830bd30bf234b2a44fc420f354ac06.tar.gz dotfiles-55bc8e25b4830bd30bf234b2a44fc420f354ac06.tar.bz2 |
Make my login shell a posix compliant shell
Diffstat (limited to 'desktop')
-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 |