hyprland-wiki/pages/Configuring/Window-dancing.md

490 B

Some XWayland games like Rhythm Doctor and Friday Night Funkin' mods like to move the windows by themselves, but that often doesn't work by default.

Configuring

I'll be using Rhythm Doctor as an example.

  1. Set input rules
input {
	# ...
	follow_mouse=0
	float_switch_override_focus=0
	
}
  1. Set the windowrule
windowrule=windowdance, rhythm doctor.exe
  1. Have fun!

Demo