diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-04 21:48:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-04 22:25:18 -0600 |
| commit | c2592d1fcd265432322b587dce0528a16e485123 (patch) | |
| tree | fe50d46c2fbba78adce0926c14b189c30a0b6c26 /tmux-lift/lift.h | |
Initial commit
Diffstat (limited to 'tmux-lift/lift.h')
| -rw-r--r-- | tmux-lift/lift.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmux-lift/lift.h b/tmux-lift/lift.h new file mode 100644 index 0000000..e09d869 --- /dev/null +++ b/tmux-lift/lift.h @@ -0,0 +1,9 @@ +#ifndef LIFT_H +#define LIFT_H + + +#define DEFAULT_PATH "tmux" +#define LIFT_PID_ENV "LIFT_PID" + + +#endif |
