summaryrefslogtreecommitdiff
path: root/.config/kanshi/config
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-04 09:43:03 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-04 09:43:03 +0530
commitb8c1f0f4ebc5deb25fdc9849624261b896c3323e (patch)
tree2b81b45134f4051689a6e85103140f85440d7d30 /.config/kanshi/config
parent3718ac5eb3aae770e0b50e44b514c276376f1bcf (diff)
hyprland: use kanshi for auto-management of monitors
Diffstat (limited to '.config/kanshi/config')
-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
+ }
+}