Changed kanshi config and trying to debug hyprland

This commit is contained in:
Ryan 2024-10-22 09:58:03 -04:00
parent ebc322922f
commit 1c3f633224
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 8 additions and 5 deletions

View file

@ -14,6 +14,8 @@ env = HYPRCURSOR_SIZE,26
env = XCURSOR_THEME,XCursor-Pro-Dark env = XCURSOR_THEME,XCursor-Pro-Dark
env = XCURSOR_SIZE,26 env = XCURSOR_SIZE,26
env = AQ_NO_MODIFIERS,1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more

View file

@ -2,11 +2,6 @@ profile {
output "AU Optronics 0x103D Unknown" enable output "AU Optronics 0x103D Unknown" enable
} }
profile tylerdesk {
output "AU Optronics 0x103D Unknown" disable
output "Dell Inc. DELL U3421WE 6WK8753" enable
}
profile emilydesk { profile emilydesk {
output "AU Optronics 0x103D Unknown" disable output "AU Optronics 0x103D Unknown" disable
output "Dell Inc. DELL U2422H JN4SF83" position 0,0 mode 1920x1080 output "Dell Inc. DELL U2422H JN4SF83" position 0,0 mode 1920x1080
@ -19,3 +14,9 @@ profile justindesk {
output "Dell Inc. DELL U2417H XVNNT7CDC80L" position 1920,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 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
}