A simple C++ executable that remaps the Windows + Q key to close the current Window, same as some Hyprland configurations.
Must compile using GCC from mingw64.
g++ -std=c++23 -static -mwindows -o wnq-rmp.exe main.cpp -luser32 -ladvapi32
- Automatically puts itself in the startup folder
- No elevation required
- Lightweight (~0.7MB Memory Usage)
- No configuration required
- Mode argument (
--mode <mode>
)default
(default)hover
(can close the current hovered window)hovfocus
(WIP: focuses the window when you hover above it)
- Force keybind argument (
--enable-force-keybind
)- WIP: Can forcely close processes using the
Windows + Shift + Q
key
- WIP: Can forcely close processes using the
- Uninstall argument (
--uninstall
) - Debug argument (
--debug
)
- Add task scheduler implementation (high priority)
— Made with love by Excel. <3