From d296a0d2119b9271e23dccf67174fe1f62b9b37c Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 23 Oct 2022 17:38:28 +0300 Subject: [PATCH] Uncommon tips&tricks: add window dancing Co-authored-by: NotAShelf Co-authored-by: Antonino Scordino Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com> --- pages/Configuring/Uncommon-tips-&-tricks.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/Configuring/Uncommon-tips-&-tricks.md b/pages/Configuring/Uncommon-tips-&-tricks.md index 580974d..dd59b39 100644 --- a/pages/Configuring/Uncommon-tips-&-tricks.md +++ b/pages/Configuring/Uncommon-tips-&-tricks.md @@ -1,6 +1,7 @@ # Switchable keyboard layouts The easiest way to accomplish this is to set this using XKB settings, for example: + ``` input { kb_layout = us,pl @@ -28,11 +29,12 @@ bind=MOD,KEY,submap,reset submap=reset ``` -## Window Dancing +# 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. +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. +For example, if you want to configure Rhythm Doctor, you'd have to: 1. Set input rules ```ini @@ -40,7 +42,6 @@ input { # ... follow_mouse=0 float_switch_override_focus=0 - } ```