An open API service indexing awesome lists of open source software.

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

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