Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nwounkn/not-workspaces
- Owner: nwounkn
- License: gpl-2.0
- Created: 2022-06-13T11:30:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T12:22:03.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:01:49.877Z (3 months ago)
- Topics: gnome, gnome-extension, gnome-shell, gnome-shell-extension, gnome3, linux, wayland, window-management, window-manager, x11
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`