This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

auto-move-windows

Description

Easy management for workspaces:

Configuration

Example:

(in the following instruction, <extensiondir> is the installation directory, usually "~/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com")

GSettings configuration (for 3.3.3 onward):

$ gsettings set --schemadir=<extensiondir>/schemas org.gnome.shell.extensions.auto-move-windows application-list "['epiphany.desktop:1','evolution.desktop:1','gnome-terminal.desktop:2','empathy.desktop:3','xchat.desktop:3']"

Manual configuration (for 3.2):

const APPLICATIONS = ['epiphany.desktop:1','evolution.desktop:1','gnome-terminal.desktop:2','empathy.desktop:3','xchat.desktop:3']

2024-10-23 11:37