summaryrefslogtreecommitdiff
path: root/tmux-lift/lift.h
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-04 21:48:44 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-04 22:25:18 -0600
commitc2592d1fcd265432322b587dce0528a16e485123 (patch)
treefe50d46c2fbba78adce0926c14b189c30a0b6c26 /tmux-lift/lift.h
Initial commit
Diffstat (limited to 'tmux-lift/lift.h')
-rw-r--r--tmux-lift/lift.h9
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