From c2592d1fcd265432322b587dce0528a16e485123 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 4 Mar 2022 21:48:44 -0600 Subject: Initial commit --- tmux-lift/lift.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tmux-lift/lift.h (limited to 'tmux-lift/lift.h') 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 -- cgit v1.2.3