简体   繁体   中英

Ubuntu: how to get name of current desktop workspace?

有没有办法在Ubuntu中获取当前工作空间的名称?

You can display the current workspace-number in the top-panel if that helps:

  • run "gnome-tweak-tool"
  • under Shell-Extensions select "Workspace indicator".

It looks like the EWMH properties _NET_CURRENT_DESKTOP and _NET_DESKTOP_NAMES are what you're looking for. With Xlib, you'd use the XGetWindowProperty function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM