No description
Find a file
Tamvana Makuluni d9f54c6431 Initial commit
2025-03-12 13:16:53 -07:00
src Initial commit 2025-03-12 13:16:53 -07:00
.gitignore Initial commit 2025-03-12 13:16:53 -07:00
Cargo.lock Initial commit 2025-03-12 13:16:53 -07:00
Cargo.toml Initial commit 2025-03-12 13:16:53 -07:00
Makefile Initial commit 2025-03-12 13:16:53 -07:00
README.md Initial commit 2025-03-12 13:16:53 -07:00

sway-scratchpads

A simple manager for huds in sway.

It stores a list of scratchpad commands and associated client ids. When you tell it to show a scratchpad, it makes sure there is a client with that id (by running the command if it needs to) and then shows that client. When you tell it to hide a scratchpad it hides the client with that id.

Runs as a daemon so it can pay attention when new clients are opened and send them to the scratchpad if they're configured as scratchpad windows.

Installation

make install