diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-06 09:18:53 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-06 09:18:53 -0500 |
commit | 63bae6785c1218ada399fc6dae9c832bbfb783e9 (patch) | |
tree | 409b9ed23396aa673b72c0de5743f72db1a7103f /home-config | |
parent | 014c90517b38e855b89ec1e557cb7e08f239c93f (diff) |
put hyprland on commit until next release due to bugs, added kanshi
configs for work monitors
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/hypr/kanshi.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/home-config/hypr/kanshi.conf b/home-config/hypr/kanshi.conf index db7d45a..92eed88 100644 --- a/home-config/hypr/kanshi.conf +++ b/home-config/hypr/kanshi.conf | |||
@@ -2,7 +2,20 @@ profile { | |||
2 | output "AU Optronics 0x103D Unknown" enable | 2 | output "AU Optronics 0x103D Unknown" enable |
3 | } | 3 | } |
4 | 4 | ||
5 | profile { | 5 | profile tylerdesk { |
6 | output "AU Optronics 0x103D Unknown" disable | 6 | output "AU Optronics 0x103D Unknown" disable |
7 | output "Dell Inc. DELL U3421WE 6WK8753" enable | 7 | output "Dell Inc. DELL U3421WE 6WK8753" enable |
8 | } | 8 | } |
9 | |||
10 | profile emilydesk { | ||
11 | output "AU Optronics 0x103D Unknown" disable | ||
12 | output "Dell Inc. DELL U2422H JN4SF83" position 0,0 mode 1920x1080 | ||
13 | output "Dell Inc. DELL U2414H R9F1P5C59WDL" position 1920,0 mode 1920x1080 | ||
14 | output "Dell Inc. DELL U2422H 5S9SF83" position 3840,0 mode 1920x1080 | ||
15 | } | ||
16 | |||
17 | profile justindesk { | ||
18 | output "AU Optronics 0x103D Unknown" position 0,0 mode 1920x1080 | ||
19 | output "Dell Inc. DELL U2417H XVNNT7CDC80L" position 1920,0 mode 1920x1080 | ||
20 | output "Dell Inc. DELL U2417H XVNNT82M978L" position 3840,0 mode 1920x1080 | ||
21 | } | ||