summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-04-23 13:20:33 +0200
committerRobert Günzler <r@gnzler.io>2020-04-23 13:20:33 +0200
commitb30e2065dd2dc86d60097b9d4b8a637263436400 (patch)
treeafd468543c28e0e2a690846f03603869d37c7647 /.config
parenta1cff046189debbac653b078f0bec5b6fe40c391 (diff)
kanshi: add new desk configs
also rework config for 0.1, fix use of profiles
Diffstat (limited to '.config')
-rw-r--r--.config/kanshi/config27
1 files changed, 20 insertions, 7 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config
index 2688b66..d0fbf13 100644
--- a/.config/kanshi/config
+++ b/.config/kanshi/config
@@ -1,13 +1,26 @@
-laptop{
-    output eDP-1 mode 2560x1440 scale 1 position 0,0 enable
+profile laptop {
+  output eDP-1 enable
 }
 
-desk{
-    output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,0 enable
-    output eDP-1 mode 2560x1440 scale 1 position 2560,0 enable
+profile desk_single {
+    #output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 enable
+    output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 0,0 enable
+    output eDP-1 position 2560,0 enable
 }
 
-tv{
+profile desk_dual {
+    output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 transform 270 enable
+    output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 1440,0 enable
+    output eDP-1 disable
+}
+
+profile desk_dual_wide {
+    output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 enable
+    output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 2560,0 enable
+    output eDP-1 disable
+}
+
+profile tv {
    output HDMI-A-1 position 2560,0 enable
-   output eDP-1 mode 2560x1440 scale 1 position 0,0 enable
+   output eDP-1 scale 1 position 0,0 enable
 }