Add sway stuff

This commit is contained in:
2025-09-27 01:49:16 +04:00
parent 4dc5660e60
commit 972ba6c251
7 changed files with 1415 additions and 0 deletions

25
config/kanshi/config Normal file
View File

@@ -0,0 +1,25 @@
profile "Internal" {
output eDP-1 enable
}
profile "Full setup" {
output eDP-1 disable
output DP-1 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
}