Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwounkn/not-workspaces

GNOME Shell extension for quickly switching between windows' positions
https://github.com/nwounkn/not-workspaces

gnome gnome-extension gnome-shell gnome-shell-extension gnome3 linux wayland window-management window-manager x11

Last synced: 17 days ago
JSON representation

GNOME Shell extension for quickly switching between windows' positions

Awesome Lists containing this project

README

        

# not-workspaces
GNOME Shell extension for quickly switching between windows' positions

## Usage
- Apply state ``:
`dbus-send --type=method_call --dest=org.gnome.Shell /com/github/nwounkn/notworkspaces com.github.nwounkn.notworkspaces.apply string:''`
- Save state ``:
`dbus-send --type=method_call --dest=org.gnome.Shell /com/github/nwounkn/notworkspaces com.github.nwounkn.notworkspaces.save string:''`
- Save the current state and apply state ``:
`dbus-send --type=method_call --dest=org.gnome.Shell /com/github/nwounkn/notworkspaces com.github.nwounkn.notworkspaces.switchTo string:''`
- Add/remove active window from the current state:
`dbus-send --type=method_call --dest=org.gnome.Shell /com/github/nwounkn/notworkspaces com.github.nwounkn.notworkspaces.toggleActiveWindow`
- Activate next window in the current state:
`dbus-send --type=method_call --dest=org.gnome.Shell /com/github/nwounkn/notworkspaces com.github.nwounkn.notworkspaces.nextWindow int32:1`
- Apply next state that has the active window:
`dbus-send --type=method_call --dest=org.gnome.Shell /com/github/nwounkn/notworkspaces com.github.nwounkn.notworkspaces.nextState int32:1`