From 4ffcddf5df33d8cd3ecc9e993a4b7ccc99c958eb Mon Sep 17 00:00:00 2001 From: willifan Date: Tue, 21 May 2024 01:11:45 +0200 Subject: [PATCH] fix kanshi with VR Headset --- users/willifan/graphical/hyprland/kanshi.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/willifan/graphical/hyprland/kanshi.nix b/users/willifan/graphical/hyprland/kanshi.nix index b5c8616..5d2e81c 100644 --- a/users/willifan/graphical/hyprland/kanshi.nix +++ b/users/willifan/graphical/hyprland/kanshi.nix @@ -42,6 +42,9 @@ scale = 1.0; transform = "270"; } + { + criteria = "*"; + } ]; profile.exec = "$XDG_CONFIG_HOME/eww/scripts/monitors.sh"; }