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.

![rice](https://github.com/user-attachments/assets/a55adf8c-6a01-4a43-9849-a250923ecdad)

## 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

HashDateAuthorSubject
cedd3262024-10-17 17:47:23 +0000nyangkosenseUpdate README.md
a237c6e2024-10-15 20:55:25 +0000nyangkosensefix systray
c538c022024-10-14 20:38:37 +0000nyangkosenseclean up code
0ffbf8e2024-10-14 20:34:28 +0000nyangkosenseclean up
b40ca4b2024-10-14 20:30:36 +0000nyangkosenseclean up code
a56da672024-10-14 15:40:41 +0000nyangkosensereadme
a15e3aa2024-10-14 15:34:17 +0000nyangkosenseinit
03f066a2024-10-14 15:33:07 +0000nyangkosenseinit
22e59312024-10-14 15:32:11 +0000nyangkosenseinnit
c4ee0e82024-10-14 15:22:46 +0000nyangkosenseinit
93419b72024-10-14 13:17:28 +0000nyangkosenseUpdate README.md
291787a2024-10-14 15:13:14 +0000nyangkosensereadme
7c315b72024-10-14 15:02:17 +0000nyangkosenseinit
8ab59732024-10-14 12:36:50 +0000nyangkosenseInitial commit