bottom-window
v1.0.0
Published
Send a window to the bottom of the Z-order by title (Windows only)
Maintainers
Readme
bottom-window
Send a window to the bottom of the Z-order by its title (Windows only).
Installation
npm install bottom-windowUsage
const { sendToBottom } = require('bottom-window');
sendToBottom("Untitled - Notepad", (err, output) => {
if (err) console.error("Failed:", err.message);
else console.log(output);
});CLI
npx BottomWindow -t "Untitled - Notepad"Platform
✅ Windows only
