TimUntersberger / Nog

Licence: mit
A tiling window manager for Windows

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Nog

Mywintiles
Tiling window manager for Windows 10, Built on top of explorer shell
Stars: ✭ 34 (-91.79%)
Mutual labels:  windows-10, tiling-window-manager
Xamlflair
XamlFlair is an animation library for UWP, WPF, and Uno, built to facilitate Xaml animations using only attached properties.
Stars: ✭ 362 (-12.56%)
Mutual labels:  windows-10
Awesome Wsl
Awesome list dedicated to Windows Subsystem for Linux
Stars: ✭ 3,544 (+756.04%)
Mutual labels:  windows-10
Electron Seamless Titlebar Tutorial
A guide to creating a seamless Windows 10 titlebar in your Electron app
Stars: ✭ 326 (-21.26%)
Mutual labels:  windows-10
Wintoast
WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
Stars: ✭ 307 (-25.85%)
Mutual labels:  windows-10
Dmenu Extended
An extension to dmenu for quickly opening files and folders.
Stars: ✭ 334 (-19.32%)
Mutual labels:  tiling-window-manager
Awesome
💻 🎉 An awesome & curated list of best applications and tools for Windows.
Stars: ✭ 17,587 (+4148.07%)
Mutual labels:  windows-10
Wubi Lex
WIN10系统自带五笔的码表与短语词库安装、管理工具( 可将五笔替换为郑码等其他形码输入法 ),并可增强微软五笔的设置、热键等功能。 发布后的软件仅890KB, 只要一个EXE文件( 绿色免安装 )。软件已自带五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。甚至自带了郑码大词库、可以一键把微软五笔替换为郑码输入法。
Stars: ✭ 385 (-7%)
Mutual labels:  windows-10
Taskbarx
Center Windows taskbar icons with a variety of animations and options.
Stars: ✭ 6,137 (+1382.37%)
Mutual labels:  windows-10
Lottie Windows
Lottie-Windows is a library (and related tools) for rendering Lottie animations on Windows 10.
Stars: ✭ 322 (-22.22%)
Mutual labels:  windows-10
Zvirtualdesktop
Windows 10 Virtual Desktop Hotkeys, System Tray Icon, Wallpapers, and Task View replacement
Stars: ✭ 322 (-22.22%)
Mutual labels:  windows-10
Switch Desktop
⚡️ Keyboard-driven commands to navigate your apps faster
Stars: ✭ 320 (-22.71%)
Mutual labels:  windows-10
Puremvc Csharp Standard Framework
PureMVC Standard Framework for C#
Stars: ✭ 335 (-19.08%)
Mutual labels:  windows-10
Emax64
64-bit Emacs for Windows with ImageMagick 7
Stars: ✭ 301 (-27.29%)
Mutual labels:  windows-10
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+969.57%)
Mutual labels:  windows-10
Woeusb Ng
WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. This is a rewrite of original WoeUSB.
Stars: ✭ 279 (-32.61%)
Mutual labels:  windows-10
Wu10man
Enable/Disable Windows 10 Automatic Updates
Stars: ✭ 316 (-23.67%)
Mutual labels:  windows-10
Lively
Stars: ✭ 5,721 (+1281.88%)
Mutual labels:  windows-10
Hwidgen Src
HWIDGEN/kms38 source code (AutoHotKey)
Stars: ✭ 413 (-0.24%)
Mutual labels:  windows-10
Wsl Ssh Pageant
A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
Stars: ✭ 381 (-7.97%)
Mutual labels:  windows-10

Nog

preview

Documentation

https://timuntersberger.github.io/nog

Syntax highlighting

Since nog uses a custom language we will provide official plugins for syntax highlighting.

Download

In almost all cases the master release is the way to go.

Known Problems

Window gets managed on wrong monitor

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.

  1. PowerLauncher opens
  2. You tell it to launch notepad for example
  3. PowerLauncher closes -> focus returns to previous application
  4. 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.

Contributions

  • Thank you @ramirezmike for designing and implementing the graph based tile organizer

Development

Create Executable

$env:NOG_VERSION="<version>"
cargo build --release
./rcedit ./target/release/nog.exe --set-icon ./assets/logo.ico
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].