Compare

ebc322922f66f567ec06595026cf26fe3fa28b32 .. 1c3f6332247dbd7f27bd89779a93bf39d5297f39 · 1 commits

Changed files

Commits

HashSubjectAuthorDate
1c3f6332 Changed kanshi config and trying to debug hyprland Ryan Schanzenbacher
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf
index b896c5a..c3e5049 100644
--- a/home-config/hypr/hyprland.conf
+++ b/home-config/hypr/hyprland.conf
@@ -14,6 +14,8 @@ env = HYPRCURSOR_SIZE,26
env = XCURSOR_THEME,XCursor-Pro-Dark
env = XCURSOR_SIZE,26
+env = AQ_NO_MODIFIERS,1
+
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
diff --git a/home-config/hypr/kanshi.conf b/home-config/hypr/kanshi.conf
index 92eed88..52c3c0f 100644
--- a/home-config/hypr/kanshi.conf
+++ b/home-config/hypr/kanshi.conf
@@ -2,11 +2,6 @@ profile {
output "AU Optronics 0x103D Unknown" enable
}
-profile tylerdesk {
- output "AU Optronics 0x103D Unknown" disable
- output "Dell Inc. DELL U3421WE 6WK8753" enable
-}
-
profile emilydesk {
output "AU Optronics 0x103D Unknown" disable
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 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
+}