commit 3bb8d5a4058ce35799082b867cdb9a8889a7ecf6
parent 2547f7934e73faac73dfeb785214099bf9e06a36
Author: Chris Kiriakou <chris-kiriakou@web.de>
Date: Sat, 23 May 2026 16:33:38 +0200
restructure config
Diffstat:
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/kanshi/dot-config/kanshi/config b/kanshi/dot-config/kanshi/config
@@ -1,15 +1,15 @@
profile framework {
output eDP-1 enable {
mode 2256x1504@59.999001Hz
- scale 1.5
position 0,0
+ scale 1.5
}
}
profile desk {
output "LG Electronics LG ULTRAFINE 508NTZNM6853" enable {
mode 3840x2160@59.995998Hz
- scale 1.5
position 0,0
+ scale 1.5
adaptive_sync on
}
}
@@ -21,8 +21,7 @@ profile mirror {
scale 1.5
}
output DP-1 enable {
- mode --custom 1920x1080
- position 2256,0
+ position 0,-1504
scale 1
}
exec wl-present mirror eDP-1 --fullscreen-output DP-1 --fullscreen
@@ -31,20 +30,26 @@ profile extend {
output eDP-1 enable {
mode 2256x1504@59.999001Hz
scale 1.5
- position 208,1080
+ position 0,-1504
}
output DP-1 enable {
- mode --custom 1920x1080
- scale 1.5
position 0,0
+ scale 1.25
}
}
profile external {
output eDP-1 disable
output "LG Electronics LG ULTRAFINE 508NTZNM6853" enable {
mode 3840x2160@59.995998Hz
- scale 1.5
position 0,0
+ scale 1.5
adaptive_sync on
}
}
+profile external {
+ output eDP-1 disable
+ output DP-1 enable {
+ position 0,0
+ scale 1.25
+ }
+}