main dotfiles / dot_config / kanshi / config
Eric Bower  ·  2026-09-01
 1# Kanshi output configuration
 2
 3# Laptop only (undocked)
 4profile undocked {
 5    output eDP-1 mode 2256x1504@59.999Hz scale 1.5
 6}
 7
 8# Home desk setup (DP-3: LG Electronics LG ULTRAGEAR 312NTQD43916)
 9profile home {
10    output eDP-1 mode 2256x1504@59.999Hz scale 1.5
11    output DP-3 mode 2560x1440@144Hz scale 1.0
12}
13
14# Cahoots setup (DP-2: Samsung Electric Company U32J59x HCJTB01080)
15profile cahoots {
16    output eDP-1 mode 2256x1504@59.999Hz scale 1.5
17    output DP-2 scale 1.5
18}