From 58faa34b400daebe1980fec6559965d4bddc3895 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 2 Jul 2023 13:15:24 +0200 Subject: [PATCH] kanshi: add sammy confs --- .config/kanshi/config | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.config/kanshi/config b/.config/kanshi/config index 7f8611c..6cf0745 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -25,6 +25,26 @@ # output "Dell Inc. DELL U2412M YPPY077L1JXS" disable #} +#profile bigscreen-sammy { +# output eDP-1 enable mode 1920x1080 position 0,0 +# output "Samsung Electric Company LU28R55 HNMW101193" mode 2560x1440 enable position 1920,0 +#} + +#profile bigscreen-sammy4k-clamshell { +# output eDP-1 disable +# output "Samsung Electric Company LU28R55 HNMW101193" mode 3840x2160 enable position 0,0 +#} + +profile bigscreen-sammy-clamshell { + output eDP-1 disable + output "Samsung Electric Company LU28R55 HNMW101193" mode 2560x1440 enable position 0,0 +} + +profile bigscreen1 { + output eDP-1 disable + output "Dell Inc. DELL U2412M Y1H5T27N1EVL" mode 1920x1200 enable position 0,0 scale .94 +} + profile bigscreen { output eDP-1 disable output "Dell Inc. DELL U2412M Y1H5T27N1EVL" mode 1920x1200 enable position 0,0 scale .94 @@ -32,8 +52,14 @@ profile bigscreen { # output eDP-1 enable mode 1920x1080 position 0,0 scale 1 } +# profile bigscreen2-clamshell { + # output eDP-1 disable + # output "Dell Inc. DELL U2412M YPPY077L1JXS" mode 1920x1200 enable position 0,0 scale .94 + # # output eDP-1 enable mode 1920x1080 position 0,0 scale 1 +# } + profile single-no-clamshell { - output eDP-1 enable position 0,0 + output eDP-1 enable mode 1920x1080 position 0,0 output "Dell Inc. DELL U2412M Y1H5T27N1EVL" mode 1920x1200 disable output "Dell Inc. DELL U2412M YPPY077L1JXS" disable }