MyNixOS website logo
package

gnome-shell-extension-dbus-switch-workspace

Description

A simple DBus interface to expose workspace switching.

A simple DBus interface to expose workspace switching

Available methods:

org.gnome.Shell.Extensions.SwitchWorkspace.GetCurrentWorkspace
org.gnome.Shell.Extensions.SwitchWorkspace.GetWorkspaceCount
org.gnome.Shell.Extensions.SwitchWorkspace.GetWorkspaceInfo
org.gnome.Shell.Extensions.SwitchWorkspace.SwitchToWorkspace
  • Ex.: Get workspace info: gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/SwitchWorkspace --method org.gnome.Shell.Extensions.SwitchWorkspace.GetWorkspaceInfo

('{"current":0,"count":2}',)

  • Ex.: Switch to workspace: (0-indexed) gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/SwitchWorkspace --method org.gnome.Shell.Extensions.SwitchWorkspace.SwitchToWorkspace 2

()

Metadata

Version

1

Maintainers (1)

Platforms (22)

    Linux
Show all
  • aarch64-linux
  • armv5tel-linux
  • armv6l-linux
  • armv7a-linux
  • armv7l-linux
  • i686-linux
  • loongarch64-linux
  • m68k-linux
  • microblaze-linux
  • microblazeel-linux
  • mips-linux
  • mips64-linux
  • mips64el-linux
  • mipsel-linux
  • powerpc-linux
  • powerpc64-linux
  • powerpc64le-linux
  • riscv32-linux
  • riscv64-linux
  • s390-linux
  • s390x-linux
  • x86_64-linux