nixos/nate-work/dotfiles/kanshi/config

26 lines
775 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: 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
}
# Profile: Laptop + Ultrawide (eDP-3)
profile ultrawide-3 {
output eDP-3 mode 3440x1440@99.98Hz position 0,0 scale 1.00 adaptive_sync on
output eDP-1 disable
}