After a lot more trial and error, I think I've finally disabled all the animations with editing `/etc/wayfire/default.ini`Even though maximizing windows is still very slowly animated. I can't figure out how to disable that.
And I think I found what most of these dumb plugins do: (seriously, why are these enabled by default? ESPECIALLY on a very limited system like a raspberry pi?)
expo - https://www.youtube.com/watch?v=JhS_axEcveU
grid - "position the windows in certain regions of the output"
move - "move windows around by dragging them from any part (not just the title bar)."
pixdecor - https://www.youtube.com/watch?v=xfpZiI_duOc
place - "to position newly opened windows"
switcher - https://www.youtube.com/watch?v=2PtNzxDsxYM
vswitch - https://www.youtube.com/watch?v=QqbjNhIz1nI
window-rules - https://github.com/WayfireWM/wayfire/wi ... ndow-rules
wm-actions - https://github.com/WayfireWM/wayfire/wi ... wm-actions
wort - "to rotate windows with the mouse"
zoom - https://www.youtube.com/watch?v=ZBLLC5fOy98
EDIT: thanks to the direction provided by kerry_s found the *.xml files in /usr/share/wayfire/metadata/ folder so I can fill in the above.
EDIT2: I guess that means it should be accessible in the code somewhere... like https://github.com/WayfireWM/wayfire/tr ... r/metadata ! So, no wiki, no docs, but you can read through each XML file individually to find out what these plugins do.
Code:
plugins = autostart autostart-static command fast-switcher resizeplugins_nogl = autostart autostart-static command fast-switcher resize[fast-switcher]activate = <alt> KEY_TABactivate_backward = <alt> <shift> KEY_TAB
And I think I found what most of these dumb plugins do: (seriously, why are these enabled by default? ESPECIALLY on a very limited system like a raspberry pi?)
expo - https://www.youtube.com/watch?v=JhS_axEcveU
grid - "position the windows in certain regions of the output"
move - "move windows around by dragging them from any part (not just the title bar)."
pixdecor - https://www.youtube.com/watch?v=xfpZiI_duOc
place - "to position newly opened windows"
switcher - https://www.youtube.com/watch?v=2PtNzxDsxYM
vswitch - https://www.youtube.com/watch?v=QqbjNhIz1nI
window-rules - https://github.com/WayfireWM/wayfire/wi ... ndow-rules
wm-actions - https://github.com/WayfireWM/wayfire/wi ... wm-actions
wort - "to rotate windows with the mouse"
zoom - https://www.youtube.com/watch?v=ZBLLC5fOy98
EDIT: thanks to the direction provided by kerry_s found the *.xml files in /usr/share/wayfire/metadata/ folder so I can fill in the above.
EDIT2: I guess that means it should be accessible in the code somewhere... like https://github.com/WayfireWM/wayfire/tr ... r/metadata ! So, no wiki, no docs, but you can read through each XML file individually to find out what these plugins do.
Statistics: Posted by reukiodo — Wed Apr 17, 2024 10:07 pm