From 317d8392586d155daa8e0dd4eae8e484dd2bf87d Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 20 Oct 2022 17:06:33 -0700 Subject: [PATCH] Move WD to UTT --- pages/Configuring/Uncommon-tips-&-tricks.md | 27 +++++++++++++++++++++ pages/Configuring/Window-dancing.md | 25 ------------------- 2 files changed, 27 insertions(+), 25 deletions(-) delete mode 100644 pages/Configuring/Window-dancing.md diff --git a/pages/Configuring/Uncommon-tips-&-tricks.md b/pages/Configuring/Uncommon-tips-&-tricks.md index 1de8f06..3108315 100644 --- a/pages/Configuring/Uncommon-tips-&-tricks.md +++ b/pages/Configuring/Uncommon-tips-&-tricks.md @@ -27,3 +27,30 @@ submap=clean bind=MOD,KEY,submap,reset submap=reset ``` + +## Window Dancing + +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. + +To configure this, I'll be using Rhythm Doctor as an example. + +1. Set input rules +```ini +input { + # ... + follow_mouse=0 + float_switch_override_focus=0 + +} +``` + +2. Set the windowrule + +```ini +windowrule=windowdance, rhythm doctor.exe +``` + +3. Have fun! + +![Demo](https://pool.jortage.com/voringme/misskey/565b9dfb-125f-4ea0-9257-b371cb4c7195.mp4) + diff --git a/pages/Configuring/Window-dancing.md b/pages/Configuring/Window-dancing.md deleted file mode 100644 index 8096f79..0000000 --- a/pages/Configuring/Window-dancing.md +++ /dev/null @@ -1,25 +0,0 @@ -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 -```ini -input { - # ... - follow_mouse=0 - float_switch_override_focus=0 - -} -``` - -2. Set the windowrule - -```ini -windowrule=windowdance, rhythm doctor.exe -``` - -3. Have fun! - -![Demo](https://pool.jortage.com/voringme/misskey/565b9dfb-125f-4ea0-9257-b371cb4c7195.mp4)