- https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FJAxhwzjehJ8aIVNo5rsEPlJMm5EZW1Wf%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAmLHF9GqSxVqVFpqAIi6oL5Oq05NSBscmkvpLDAtAWB4%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22RxxsszYk2c4KnSTfav2NFA%3D%3D%22%7D
- https://etherscan.io/address/0x55AA7043BA90DD847F42ADCF59A562530D52f439
- https://t.me/palemage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require "wezterm" | |
| local module = {} | |
| local data_dir = (os.getenv("XDG_DATA_HOME") or wezterm.home_dir .. "/.local/share") .. "/wezterm/" | |
| local pidfile_path = data_dir .. "wuake_pid" | |
| local last_exit_path = data_dir .. "wuake_last_exit" | |
| local pid = wezterm.procinfo.pid() |