New Russian Windows Manager written in Rust
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
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