From 86f9a2bddfde5c9e9176bf5a376be541610b0644 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 27 Nov 2021 19:27:40 +0100 Subject: [PATCH 1/2] updated readme with config instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee74c8a..62e05ea 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern
+# Configuring +See the [Wiki Page](https://github.com/vaxerski/Hypr/wiki/Configuring-Hypr) for a detailed overview on the config, or refer to the example config in examples/hypr.conf. + +To use a custom config, place it in ~/.config/hypr/hypr.conf + # Building See the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building) to see build instructions. From 637b94df62aa589732533712b305dcd483da8b2d Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 27 Nov 2021 19:41:16 +0100 Subject: [PATCH 2/2] Added a screenshot gallery --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e05ea..ca9867c 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,18 @@ Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern - [ ] Fix animation flicker (if possible) - [ ] Config expansion (rules, default workspaces, etc.) -
# Configuring See the [Wiki Page](https://github.com/vaxerski/Hypr/wiki/Configuring-Hypr) for a detailed overview on the config, or refer to the example config in examples/hypr.conf. To use a custom config, place it in ~/.config/hypr/hypr.conf +# Screenshot Gallery + +![One](https://i.imgur.com/5HmGM4R.png) +![Two](https://i.imgur.com/V4lIjkC.png) +![Three](https://i.imgur.com/yvZVde7.png) + # Building See the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building) to see build instructions.