Files
dotfiles/config/kanshi/config
2026-01-01 22:58:38 +04:00

28 lines
481 B
Plaintext

profile "default" {
output DP-2 enable scale 1.25 position 0,0
exec swaymsg focus output DP-2
}
profile "with kamwas" {
output DP-2 enable scale 1.25 position 0,0
output HDMI-A-3 enable position 3072,0
exec swaymsg focus output DP-2
}
profile "laptop" {
output eDP-1 enable position 0,0
exec swaymsg focus output eDP-1
}
profile "laptop with kamwas" {
output eDP-1 enable position 0,0
output HDMI-A-1 enable position 2560,0
exec swaymsg focus output eDP-1
}