https://github.com/bas1c1/nrwm
New Russian Windows Manager written in Rust
https://github.com/bas1c1/nrwm
Last synced: 10 months ago
JSON representation
New Russian Windows Manager written in Rust
- Host: GitHub
- URL: https://github.com/bas1c1/nrwm
- Owner: bas1c1
- License: gpl-3.0
- Created: 2025-01-13T18:04:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T16:41:27.000Z (12 months ago)
- Last Synced: 2025-01-23T17:27:12.720Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NRWM
New Russian Windows Manager written in Rust
# Using
To test NRWM you need to clone repository, download last stable release, put "nrwm" executable in repository folder, and run
```
./start.sh
```
Maybe you would need to run
```
chmod +x start.sh
```
# Installation
To install NRWM to your computer, you need to download "nrwm" and "execute" binaries from last release and "sxhkdrc" from repo:
- Copy "nrwm" to "/usr/bin/"
- Create "nrwm_settings" folder in "~/"
- Put "sxhkdrc" and "execute" binaries in this folder
- Add to your main xinitrc file this information:
```
sxhkd -c ~/nrwm_settings/sxhkdrc && sleep 2 &
exec ./nrwm
```
- Restart your computer