aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMaciej Sobkowski <maciej@sobkow.ski>2025-11-03 21:25:54 +0100
committerMaciej Sobkowski <maciej@sobkow.ski>2025-11-03 21:29:26 +0100
commit71d950967b47b3b5ba20f537d465c92d0bce6dbd (patch)
tree15892021043264b73278fa324d557f7ae31fc479 /.config
parent80aee21da15728804c14337af6207155c5c2e8aa (diff)
kanshi: add speedwagon configsHEADmain
Diffstat (limited to '.config')
-rw-r--r--.config/kanshi/config21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config
new file mode 100644
index 0000000..d987653
--- /dev/null
+++ b/.config/kanshi/config
@@ -0,0 +1,21 @@
+output "Samsung Electric Company U28E590 HTPGC00166" {
+ mode 3840x2160@30.000
+ position 1920,0
+ scale 1.5
+ alias $HOME
+}
+
+output "Lenovo Group Limited 0x40AD Unknown" {
+ mode 1920x1080@60.008
+ position 0,0
+ alias $INTERNAL
+}
+
+profile mobile {
+ output $INTERNAL enable
+}
+
+profile home {
+ output $INTERNAL disable
+ output $HOME enable
+}