nyxwm
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/nyxwm.git
Update README.md
Commit cedd326baa017ccfa3e20ab10d1049c6dae8961b by nyangkosense <102849993+nyangkosense@users.noreply.github.com> on 2024-10-17 17:47:23 +0000
diff --git a/README.md b/README.md
index 99235fa..bfab1e1 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,16 @@
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.
-
+
## Features
+- Floating/fullscreen only, no tiling
- Minimalist design philosophy
- Low resource usage
- Customizable statusbar with real-time updates
- Simple window management with keyboard shortcuts
- Support for multiple workspaces
-- Customizable through config.h
- Integrated systray
- Autostart script support
@@ -23,7 +23,7 @@ To build and run nyxwm, you'll need the following:
- libXft
- libX11
- make
-- A C compiler (gcc or clang)
+- gcc
## Installation
@@ -47,16 +47,6 @@ nyxwm is configured through the `config.h` file. You can modify keybindings, col
The status bar can be customized by editing the `blocks.h` file, where you can add or remove status elements.
-## Usage
-
-Add the following line to your `.xinitrc` file:
-
-```
-exec nyxwm
-```
-
-Then, you can start nyxwm by running `startx`.
-
### Default Keybindings
- `Mod4 + Enter`: Open terminal (st)
@@ -78,7 +68,8 @@ Please feel free to submit pull requests or open issues for bugs and feature req
## Acknowledgments
-nyxwm is forked from [sowm](https://github.com/dylanaraps/sowm) by Dylan Araps and incorporates ideas from [dwmblocks](https://github.com/torrinfail/dwmblocks) by torrinfail.
+nyxwm is forked from [sowm](https://github.com/dylanaraps/sowm) by Dylan Araps
+and incorporates ideas from [dwmblocks](https://github.com/torrinfail/dwmblocks) by torrinfail.
## License