bottom-window

1.0.0 • Public • Published

bottom-window

Send a window to the bottom of the Z-order by its title (Windows only).

Installation

npm install bottom-window

Usage

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

Package Sidebar

Install

npm i bottom-window

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

28.9 kB

Total Files

11

Last publish

Collaborators

  • nstechbytes