aboutsummaryrefslogtreecommitdiff
path: root/kanshi/config
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-05-03 23:18:40 +0200
committerbozo.kopic <bozo@kopic.xyz>2023-05-03 23:18:40 +0200
commit2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (patch)
tree119772e8479f59f7fae7f26233013b9d6f516eb3 /kanshi/config
parent7f6d37650d228f4765fc8b9a0bde2feaaaee4927 (diff)
.
Diffstat (limited to 'kanshi/config')
-rw-r--r--kanshi/config18
1 files changed, 18 insertions, 0 deletions
diff --git a/kanshi/config b/kanshi/config
new file mode 100644
index 0000000..af9b675
--- /dev/null
+++ b/kanshi/config
@@ -0,0 +1,18 @@
+
+profile single {
+ output eDP-1
+ exec ~/.config/kanshi/single.sh
+}
+
+profile dual {
+ output eDP-1
+ output DP-6
+ exec ~/.config/kanshi/dual.sh
+}
+
+profile work {
+ output eDP-1
+ output 'Dell Inc. DELL U2722DE HFMKDH3' # DP-5
+ output 'Dell Inc. DELL U2722D 3ZS8XN3' # DP-6
+ exec ~/.config/kanshi/work.sh
+}