contrib/scratchpad
ErrorNoInternet 110e6dc761 scratchpad: add gawk to closure
Ran into an issue where scratchpad couldn't find awk when being ran from
KDE Connect.
2024-04-22 13:09:56 +03:00
..
default.nix scratchpad: add gawk to closure 2024-04-22 13:09:56 +03:00
Makefile Revisit Makefiles (#34) 2023-05-03 12:49:44 +03:00
README.md README: split for each tool 2023-12-09 13:37:36 +02:00
scratchpad Fixed -m command. (#95) 2024-03-19 19:09:03 +02:00

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.