Added kanshi config to dotfiles with monitor layout

This commit is contained in:
Random936
2026-07-11 17:29:03 -04:00
parent 70efc63737
commit 1ed9bcc538
3 changed files with 29 additions and 37 deletions
+28
View File
@@ -0,0 +1,28 @@
profile docked {
# Center 4K monitor
output DP-6 {
mode 3840x2160@60.000
position 1920,120
scale 1.25
}
# Right 1080p monitor (rotated left)
output DP-7 {
mode 1920x1080@60.000
position 3072,0
transform 90
}
# Laptop screen (below)
output eDP-1 {
mode 1920x1080@144.003
position 0,1060
}
}
profile undocked {
output eDP-1 {
mode 1920x1080@144.003
position 0,0
}
}