dotfiles/kanshi/.config/kanshi/config
Sanchayan Maity eb97b4a6f2 kanshi: Fix profile configuration
Profiles need to be mutually exclusive. eDP-1 is for the work laptop and
eDP1 is for the home laptop. Whenever we have our external Samsung
monitor connected, the laptop monitor should be disabled.
2020-11-14 19:28:00 +05:30

18 lines
315 B
Plaintext

profile {
output eDP-1 disable
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
}
profile {
output eDP1 disable
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
}
profile {
output eDP-1 enable scale 1
}
profile {
output eDP1 enable scale 1
}