diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
| commit | 0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 (patch) | |
| tree | 6f94ff3aeea2af859c7c166e01a8e73002017893 /users/ryan/linux/hypr/kanshi.conf | |
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.
Diffstat (limited to 'users/ryan/linux/hypr/kanshi.conf')
| -rw-r--r-- | users/ryan/linux/hypr/kanshi.conf | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | profile { | ||
| 2 | output "AU Optronics 0x103D Unknown" enable | ||
| 3 | } | ||
| 4 | |||
| 5 | profile emilydesk { | ||
| 6 | output "AU Optronics 0x103D Unknown" disable | ||
| 7 | output "Dell Inc. DELL U2422H JN4SF83" position 0,0 mode 1920x1080 | ||
| 8 | output "Dell Inc. DELL U2414H R9F1P5C59WDL" position 1920,0 mode 1920x1080 | ||
| 9 | output "Dell Inc. DELL U2422H 5S9SF83" position 3840,0 mode 1920x1080 | ||
| 10 | } | ||
| 11 | |||
| 12 | profile justindesk { | ||
| 13 | output "AU Optronics 0x103D Unknown" position 0,0 mode 1920x1080 | ||
| 14 | output "Dell Inc. DELL U2417H XVNNT7CDC80L" position 1920,0 mode 1920x1080 | ||
| 15 | output "Dell Inc. DELL U2417H XVNNT82M978L" position 3840,0 mode 1920x1080 | ||
| 16 | } | ||
| 17 | |||
| 18 | profile homedesk { | ||
| 19 | output "AU Optronics 0x103D Unknown" disable | ||
| 20 | output "Samsung Electric Company C27F390 H1AK500000" position 0,0 mode 1920x1080 | ||
| 21 | output "Samsung Electric Company S22R35x H4TNA01683" position 1920,0 mode 1920x1080 | ||
| 22 | } | ||
