Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 374 Bytes

Scratchpad

A Bash script that instantly sends focused window to a special workspace named scratchpad and makes it easier to retrieve the window back to the current workspace.

Usage:

To send the window to scratchpad

bind = SUPER, s, exec, scratchpad

To get back the window

bind = SUPERSHIFT, s, exec, scratchpad -g

use -h flag to get help.