Gnome Shell Extension Window Session Manager Save

An indicator that let's you save and restore your open apps and the window positions and arrangements over multiple real and virtual displays.

Project README

gnome-shell-extension-window-session-manager

An indicator that let's you save and restore your open apps and the window positions and arrangements over multiple real and virtual displays.

Check it out on extensions.gnome.org

Screenshot

Based on lwsm.

setup

  1. Make sure you have nodejs installed (e.g. execute node -v and if there is no output install it).
  2. Install lwsm via npm: npm install -g linux-window-session-manager (on some systems you might want to use sudo)
  3. Download or clone repository and move all files to /home/your-user-name/.local/share/gnome-shell/extensions/[email protected]:
  4. In some cases - especially when you're using nvm, you might need to configure the path to your lwsm installation (which you can find out via which lwsm after a successful installation) extension via gnome-shell-extension-prefs.
cd tmp
git clone [email protected]:johannesjo/gnome-shell-extension-window-session-manager.git
mv gnome-shell-extension-window-session-manager /home/$(whoami)/.local/share/gnome-shell/extensions/[email protected]

usage

After a successfull setup you should see an "screen" icon at your top bar. Click on it to open the menu. To save your first window session click on the text input and enter a name for it. Click on the save icon to save it.

After this can either restore a previously saved session by clicking on the play icon, delete them by clicking on the x icon or update them by clicking on the save icon.

The opened applications and windows are saved independently for each screen combination, which means that you can have a different set of applications and arrangements for each of them and also need to save them indepdently.

troubleshooting

Have a look at the troubleshooting section on the lwsm page.

Open Source Agenda is not affiliated with "Gnome Shell Extension Window Session Manager" Project. README Source: johannesjo/gnome-shell-extension-window-session-manager
Stars
89
Open Issues
13
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating