From a27f89e5f418f3deeab76cd4f26daf788152c30e Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Wed, 12 Jun 2024 17:50:20 -0600 Subject: [PATCH] Reorder README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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),