diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:40:32 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:40:32 -0600 |
| commit | 5dc85e72a002efce36b440a98b17a6c80234a142 (patch) | |
| tree | 11f0d3af31b88c079d1598a5842dc47d9e024aa9 /pkgs/tmux-lift/lift.h | |
| parent | 743a205dd9bff31e0ed63ebba8dd3327614ac188 (diff) | |
Restructure flake source hierarchy
Diffstat (limited to 'pkgs/tmux-lift/lift.h')
| -rw-r--r-- | pkgs/tmux-lift/lift.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/tmux-lift/lift.h b/pkgs/tmux-lift/lift.h new file mode 100644 index 0000000..e09d869 --- /dev/null +++ b/pkgs/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 |
