29 lines
524 B
Plaintext
29 lines
524 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
|
|
output HDMI-A-3 enable position 0,1728
|
|
|
|
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
|
|
}
|