aboutsummaryrefslogtreecommitdiff
path: root/.config/kanshi
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-16 20:49:05 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-16 20:49:05 +0530
commitf3bdd21020b8e618433a06c1efc1cc665cb6839d (patch)
tree32427d47c079637b670a20b62e0339df0e248641 /.config/kanshi
first commit using stow
Diffstat (limited to '.config/kanshi')
-rw-r--r--.config/kanshi/config22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config
new file mode 100644
index 0000000..e6aabe2
--- /dev/null
+++ b/.config/kanshi/config
@@ -0,0 +1,22 @@
+profile laptop-only {
+ output eDP-1 {
+ enable
+ mode 1920x1080
+ scale 1
+ position 0,0
+ }
+}
+
+profile docked {
+ output eDP-1 {
+ mode 1920x1080
+ scale 1
+ position 0,0
+ }
+
+ output HDMI-A-1 {
+ mode 1920x1080
+ scale 1
+ position 1920,0
+ }
+}