diff --git a/README.md b/README.md index 56619ea..798e7ef 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,6 @@ make -# Configuring -In the future, there will be a configuration file to configure the position, size, and font. However, when running under Wayland, -the requested position of the window will not be respected, so to set the position, as well as removing window decorations, and -preventing the window from stealing focus when it is opened, you will need to set window rules. You can see the rules I use below: -![window rules](https://cam123.dev/files/hidden/images/window_rules.png) - - - # Installing Installation is likewise very simple, simply run: ``` @@ -50,6 +42,14 @@ but that is left up to you +# Configuring +In the future, there will be a configuration file to configure the position, size, and font. However, when running under Wayland, +the requested position of the window will not be respected, so to set the position, as well as removing window decorations, and +preventing the window from stealing focus when it is opened, you will need to set window rules. You can see the rules I use below: +![window rules](https://cam123.dev/files/hidden/images/window_rules.png) + + + # Licensing The MIT license attached to this project applies to most of the repo, with the exception of one file, ```src/character_utils.cpp```. This file's core logic was copied from [https://learnopengl.com/In-Practice/Text-Rendering](https://learnopengl.com/In-Practice/Text-Rendering),