diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-17 07:01:14 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-17 07:01:14 -0400 |
| commit | 52e18fcc3999104e24c129d29a6407ae01a26c68 (patch) | |
| tree | 186e64e65482f791bb9c88d89ed9b818bbced8ad /.scripts/ddspawn | |
| parent | 25e172de8c0e800af75379a78897c8b9b266a89c (diff) | |
| download | eibhear-52e18fcc3999104e24c129d29a6407ae01a26c68.tar.gz eibhear-52e18fcc3999104e24c129d29a6407ae01a26c68.tar.zst eibhear-52e18fcc3999104e24c129d29a6407ae01a26c68.zip | |
extra line of dox
Diffstat (limited to '.scripts/ddspawn')
| -rwxr-xr-x | .scripts/ddspawn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/ddspawn b/.scripts/ddspawn index 55da52e..aedcd18 100755 --- a/.scripts/ddspawn +++ b/.scripts/ddspawn @@ -1,6 +1,7 @@ #!/bin/sh # This script simplifies dropdown windows in i3. +# Shows/hides a scratchpad of a given name, if it doesn't exist, creates it. # Usage: # argument 1: script to run in dropdown window # all other args are interpreted as options for your terminal |
