This commit is contained in:
2025-10-21 20:58:38 +04:00
parent efc1dcddde
commit e95ab2fe98
5 changed files with 17 additions and 27 deletions

View File

@@ -1,25 +1,12 @@
profile "Internal" {
output eDP-1 enable
profile "default" {
output DP-2 enable scale 1.25 position 0,0
exec swaymsg focus output DP-1
}
profile "Full setup" {
output eDP-1 disable
output DP-1 enable scale 1.25 position 0,0
profile "with kamwas" {
output DP-2 enable scale 1.25 position 0,0
output HDMI-A-1 enable position 3072,0
exec swaymsg focus output DP-1
}
profile "Internal + External" {
output eDP-1 disable
output DP-1 enable scale 1.25 position 0,0
exec swaymsg focus output DP-1
}
profile "Internal + Kamvas" {
output eDP-1 enable position 0,0
output HDMI-A-1 enable position 2560,0
exec swaymsg focus output eDP-1
exec swaymsg focus output DP-2
}