From 92a60b6a6b713268d56ea713f6a81832f3d8167f Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sun, 9 Mar 2025 22:34:27 -0400 Subject: [PATCH 1/2] Changed the language: it's not on computer start, it's on user login --- docs/automatic_start.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/automatic_start.md b/docs/automatic_start.md index 2b7e443..1494eba 100644 --- a/docs/automatic_start.md +++ b/docs/automatic_start.md @@ -1,6 +1,6 @@ # Automatic Tmux start -Tmux is automatically started after the computer/server is turned on. +Tmux is automatically started after the user logs in. ### OS X @@ -8,7 +8,7 @@ To enable this feature: - put `set -g @continuum-boot 'on'` in `.tmux.conf` - reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf` -Next time the computer is started: +Next time the computer is started and the user logs in: - `Terminal.app` window will open and resize to maximum size - `tmux` command will be executed in the terminal window - if "auto restore" feature is enabled, tmux will start restoring previous env @@ -28,10 +28,12 @@ Config options: - `set -g @continuum-boot-options 'alacritty,fullscreen'` - start `alacritty` in fullscreen -Note: The first time you reboot your machine and activate this feature you may be prompted about a script requiring -access to a system program (i.e. - System Events). If this happens tmux will not start automatically and you will need -to go to `System Preferences -> Security & Privacy -> Accessability` and add the script to the list of apps that are -allowed to control your computer. +Note: The first time you reboot your machine and activate this feature you may +be prompted about a script requiring access to a system program (i.e. - System +Events) upon first login. If this happens tmux will not start automatically and +you will need to go to `System Preferences -> Security & Privacy -> +Accessability` and add the script to the list of apps that are allowed to +control your computer. This may require administrative access. ### Linux From b2c3cf4d659c0890ab3a14a8e0b63c8b2376b3b0 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sun, 9 Mar 2025 22:59:22 -0400 Subject: [PATCH 2/2] Fixed up language in the main README.md (forgot to do it in last commit) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d263261..5ce79ac 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Features: - continuous saving of tmux environment -- automatic tmux start when computer/server is turned on +- automatic tmux start when computer/server is turned on and the user logs in - automatic restore when tmux is started Together, these features enable uninterrupted tmux usage. No matter the computer or server restarts, if the machine is on, tmux will be there how you left it off -the last time it was used. +the last time it was used once you log back in. Tested and working on Linux, OSX and Cygwin.