Reorder README
This commit is contained in:
parent
2c136debce
commit
a27f89e5f4
16
README.md
16
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
|
# Installing
|
||||||
Installation is likewise very simple, simply run:
|
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
|
# Licensing
|
||||||
The MIT license attached to this project applies to most of the repo, with the exception of one file, ```src/character_utils.cpp```.
|
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),
|
This file's core logic was copied from [https://learnopengl.com/In-Practice/Text-Rendering](https://learnopengl.com/In-Practice/Text-Rendering),
|
||||||
|
Loading…
Reference in New Issue
Block a user