nyxwm
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/nyxwm.git
README
# nyxwm - Nyx Window Manager
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
- Integrated systray
- Autostart script support
## Dependencies
To build and run nyxwm, you'll need the following:
- Xlib header files
- libXft
- libX11
- make
- gcc
## Installation
1. Clone the repository:
```
git clone https://github.com/nyangkosense/nyxwm.git
cd nyxwm
```
2. Edit config.h / blocks.h
3. Build and install:
```
make
sudo make install
```
## Configuration
nyxwm is configured through the `config.h` file. You can modify keybindings, colors, and other settings here.
The status bar can be customized by editing the `blocks.h` file, where you can add or remove status elements.
### Default Keybindings
- `Mod4 + Enter`: Open terminal (st)
- `Mod4 + d`: Open dmenu
- `Mod4 + [1-9]`: Switch to workspace
- `Mod4 + Shift + [1-9]`: Move window to workspace
- `Mod4 + f`: Toggle fullscreen
- `Mod4 + q`: Close window
(Add more keybindings as per your configuration)
## Autostart
nyxwm looks for an autostart script at `~/.config/nyxwm/autostart.sh`. You can use this to launch programs or set up your environment when nyxwm starts.
## Contributing
Please feel free to submit pull requests or open issues for bugs and feature requests.
## 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.
## License
nyxwm is distributed under the MIT License. See `LICENSE` file for more information.
LICENSE
MIT License
Copyright (c) 2024 nyangkosense
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Commits
| Hash | Date | Author | Subject |
| cedd326 | 2024-10-17 17:47:23 +0000 | nyangkosense | Update README.md |
| a237c6e | 2024-10-15 20:55:25 +0000 | nyangkosense | fix systray |
| c538c02 | 2024-10-14 20:38:37 +0000 | nyangkosense | clean up code |
| 0ffbf8e | 2024-10-14 20:34:28 +0000 | nyangkosense | clean up |
| b40ca4b | 2024-10-14 20:30:36 +0000 | nyangkosense | clean up code |
| a56da67 | 2024-10-14 15:40:41 +0000 | nyangkosense | readme |
| a15e3aa | 2024-10-14 15:34:17 +0000 | nyangkosense | init |
| 03f066a | 2024-10-14 15:33:07 +0000 | nyangkosense | init |
| 22e5931 | 2024-10-14 15:32:11 +0000 | nyangkosense | innit |
| c4ee0e8 | 2024-10-14 15:22:46 +0000 | nyangkosense | init |
| 93419b7 | 2024-10-14 13:17:28 +0000 | nyangkosense | Update README.md |
| 291787a | 2024-10-14 15:13:14 +0000 | nyangkosense | readme |
| 7c315b7 | 2024-10-14 15:02:17 +0000 | nyangkosense | init |
| 8ab5973 | 2024-10-14 12:36:50 +0000 | nyangkosense | Initial commit |