From 0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 3 Aug 2026 01:22:44 -0400 Subject: Initial commit: combined darwin + guix-linux home-manager flake Supersedes nix-dotfiles (darwin) and guix-dotfiles' ad-hoc nix-home-manager flake (linux). See README.md/MIGRATION.md. --- users/ryan/linux/hypr/kanshi.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 users/ryan/linux/hypr/kanshi.conf (limited to 'users/ryan/linux/hypr/kanshi.conf') diff --git a/users/ryan/linux/hypr/kanshi.conf b/users/ryan/linux/hypr/kanshi.conf new file mode 100644 index 0000000..52c3c0f --- /dev/null +++ b/users/ryan/linux/hypr/kanshi.conf @@ -0,0 +1,22 @@ +profile { + output "AU Optronics 0x103D Unknown" enable +} + +profile emilydesk { + output "AU Optronics 0x103D Unknown" disable + output "Dell Inc. DELL U2422H JN4SF83" position 0,0 mode 1920x1080 + output "Dell Inc. DELL U2414H R9F1P5C59WDL" position 1920,0 mode 1920x1080 + output "Dell Inc. DELL U2422H 5S9SF83" position 3840,0 mode 1920x1080 +} + +profile justindesk { + output "AU Optronics 0x103D Unknown" position 0,0 mode 1920x1080 + output "Dell Inc. DELL U2417H XVNNT7CDC80L" position 1920,0 mode 1920x1080 + output "Dell Inc. DELL U2417H XVNNT82M978L" position 3840,0 mode 1920x1080 +} + +profile homedesk { + output "AU Optronics 0x103D Unknown" disable + output "Samsung Electric Company C27F390 H1AK500000" position 0,0 mode 1920x1080 + output "Samsung Electric Company S22R35x H4TNA01683" position 1920,0 mode 1920x1080 +} -- cgit v1.3.1