mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-07 16:18:01 +02:00
Move WD to UTT
This commit is contained in:
parent
ce87e7a41a
commit
317d839258
2 changed files with 27 additions and 25 deletions
|
|
@ -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!
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
||||

|
||||
Loading…
Add table
Reference in a new issue