all repos — ryudo @ 3f3d0985ba2bf695f189cfbfdeb52a4e5750eed5

the floatiling window manager that flows; fork of rio from plan9port

README: update more
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmA5dw0ACgkQO3+8IhRO
Y5hiWw//f/NXvXHZjswmiiqxZphuUBsOa7P+6K5K4Gvw3FlHkFFers1RlpOJt6ta
XItZ206evf89KZlhQZWs9A2KODvUtMTkzuU2fgXcKdKKEJZTEnGiWFRSiITLPXwZ
VbL2sGSqo2QGU8YhmgjbNL5M6pxYkKsqiv58NE5b/8HAwNTVScByk6MudQzzHnfQ
rcAPIDKZOAce0aW5GG3tbceySAZpND5eXf730YzAlJb1ovkwxH+n607/kjLWI7z5
5X82832n07kY3HB9sGy6f29S/8mIt86wB/2V+Wo1pcV2tktEzI+e79p14uDpveIQ
Qjf1z6m25bZT+4aDrkE0JNOuUbqbsaCShFq+Uo93E9raQJ1gDBZMqKzNTmPVdHHf
p5LE/D4Sz0W8BiDg4USqEtXTR2BTIzZFm177QPUy/5lQrY5hQ++6HIdA3fJgdxpk
WaCqLSMSzLMztrFBIp8Ry8M3z8FJ2sedx8cXprUf8ARh2i48wHT0Fzt7593aH5uk
WIppTC7mpIlE90elxw3rVT58bQSsy433vtQjVWcMYmMrRpMGKHi5lcIveacvN9jL
edlUtKJRQI0RTISsZqjxBW0zNHJFuXPOO69sZXUaozv9mQTjrL9x5MtenfDjNLqT
otv9WPcBR5IpFqheGDmfIKdCX6AM0zbYemzUAIevELhrxXoW2gw=
=6app
-----END PGP SIGNATURE-----
commit

3f3d0985ba2bf695f189cfbfdeb52a4e5750eed5

parent

ef243303dc13a2f159ee13a8efa501f47d9ee34f

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -8,6 +8,7 @@ The primary additions I've made are:

- `urxvt`, `konsole`, and `Alacritty` are detected as proper terminal programs for sweeping out new windows - `urxvt` is the default terminal emulator (still tries `9term` and then `xterm` if no dice) +- Window spawning behavior has been made more natural -- windows shouldn't spawn partially offscreen like with `rio`. - Customizable colors, borders, fonts, gaps, and keybinds in `config.h` - Default keybindings: + New Terminal: Super+Slash

@@ -61,8 +62,8 @@

### Bugs and Caveats Of the bugs and caveats not already mentioned in Rio's readme: - Rendering of windows with RGBA surfaces is bound to RGB space (xshove and transset can be leveraged to get transparent terminals if you want it) -- Since maximization doesn't use the EWM Hint for maximization, programs like Firefox will remember their window size as the maximized size and probably start offset so they aren't completely onscreen. Smarter window placement to fix this is on the short list. -- Multimonitor setups are treated like one giant monitor. This is on the short list also. +- Multimonitor setups are treated like one giant monitor. This is on the short list. +- Some applications that render fullscreen or dedicated OSD windows (Virtualbox, Zoom, etc) will need to be manually maximized to fix their alignment (in the former case) or otherwise misbehave. - Probably more! ### Legacy