27 lines
803 B
Plaintext
27 lines
803 B
Plaintext
# Kanshi configuration for nate-work
|
|
# Automatic display configuration based on connected monitors
|
|
|
|
# Profile: Laptop only (no external monitors)
|
|
profile laptop-only {
|
|
output eDP-1 mode 2560x1600@165Hz position 0,0 scale 1.00
|
|
}
|
|
|
|
# Profile: Laptop + LG ULTRAGEAR+
|
|
profile lg-ultragear {
|
|
output "LG Electronics LG ULTRAGEAR+ 406NTJJ6B876" mode 3840x2160@144.05Hz position 0,0 scale 1.00 adaptive_sync on
|
|
output eDP-1 disable
|
|
}
|
|
|
|
# Profile: Work Ultrawide
|
|
profile work-ultrawide {
|
|
output "LG Electronics LG HDR WQHD 404MXNU37415" mode 3440x1440@99.98Hz position 0,0 scale 1.00 adaptive_sync on
|
|
output eDP-1 disable
|
|
}
|
|
|
|
# Profile: Laptop + Ultrawide (eDP-2)
|
|
profile ultrawide-2 {
|
|
output eDP-2 mode 3440x1440@99.98Hz position 0,0 scale 1.00 adaptive_sync on
|
|
output eDP-1 disable
|
|
}
|
|
|