commit 03f066a45868bfb316acc2b24e4d7f5136c5b500
parent 22e5931d894e5e77f724f069ecf0cc6c37230a1f
Author: nyangkosense <sebastian.michalk@protonmail.com>
Date: Mon, 14 Oct 2024 15:33:07 +0000
init
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -2,6 +2,8 @@
nyxwm is a simple, lightweight X window manager forked from [sowm](https://github.com/dylanaraps/sowm) and incorporating features from [dwmblocks](https://github.com/torrinfail/dwmblocks). It aims to provide a minimalist yet functional desktop environment for Linux systems.
+![image](https://github.com/user-attachments/assets/6762331f-ff0b-4f3f-b400-2e06f75479f6)
+
## Features
- Minimalist design philosophy
@@ -13,8 +15,6 @@ nyxwm is a simple, lightweight X window manager forked from [sowm](https://githu
- Integrated systray
- Autostart script support
-![image](https://github.com/user-attachments/assets/6762331f-ff0b-4f3f-b400-2e06f75479f6)
-
## Dependencies
To build and run nyxwm, you'll need the following:
@@ -29,7 +29,7 @@ To build and run nyxwm, you'll need the following:
1. Clone the repository:
```
- git clone https://github.com/yourusername/nyxwm.git
+ git clone https://github.com/nyangkosense/nyxwm.git
cd nyxwm
```