This commit is contained in:
2026-01-01 22:58:38 +04:00
parent c842933094
commit dc557284b6
3 changed files with 36 additions and 14 deletions

View File

@@ -10,3 +10,18 @@ profile "with kamwas" {
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
}