https://timuntersberger.github.io/nog
(iwr "https://raw.githubusercontent.com/TimUntersberger/nog/master/bin/download_release.ps1").Content > download.ps1; ./download.ps1 master-release; rm download.ps1
If you are using something like PowerLauncher for launching applications you might encounter this problem with mutli_monitor
enabled.
The problem is that the focus returns to the previous window after PowerLauncher closes, before spawning the new window.
- PowerLauncher opens
- You tell it to launch notepad for example
- PowerLauncher closes -> focus returns to previous application
- notepad launches
If the previous application mentioned in step 3 is managed by nog, the workspace will change to its grid. The only way to fix this (at least that I know of) is if we implement our own application launcher that is connected with nog.
- Thank you @ramirezmike for designing and implementing the graph based tile organizer
Nog requires nightly
rust.
./bin/make_release.ps1 <VERSION>
This requires you to have mdbook installed.
The command will serve the book at https://localhost:3000
and automatically rebuild whenever you change the source.
mdbook serve ./book
This requires you to have mdbook installed.
The command will build the book directory and output the generated files into the docs directory.
mdbook build ./book
We recently changed the config scripting language to use Lua. If you need help converting your config to the new format, consult the config guide here or feel free to post on the documentation feedback issue.