Added kanshi config to dotfiles with monitor layout
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user