Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should restore window options, too #132

Open
jwm opened this issue Feb 28, 2016 · 0 comments
Open

Should restore window options, too #132

jwm opened this issue Feb 28, 2016 · 0 comments

Comments

@jwm
Copy link

jwm commented Feb 28, 2016

Hi, thanks for writing tmux-resurrect!

I've been using it for a while now, and noticed that it doesn't save window options. In my case, I noticed that activity monitoring (setw monitor-activity) isn't saved or restored.

It looks like it would be straightforward to add, by having save.sh:dump_windows() run tmux show-window-options -g to save global window options, then tmux show-window-options -t${window_number} for each window. restore.sh:restore_pane_layout_for_each_window() would then restore the options.

I'd be happy to work on this if you like the design and would accept the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant