Skip to content

bas1c1/NRWM

Repository files navigation

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