Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/desktopsmanager
A desktop manager that allow to have multiple desktops in the Pharo environment.
https://github.com/juliendelplanque/desktopsmanager
Last synced: 16 days ago
JSON representation
A desktop manager that allow to have multiple desktops in the Pharo environment.
- Host: GitHub
- URL: https://github.com/juliendelplanque/desktopsmanager
- Owner: juliendelplanque
- License: mit
- Created: 2015-08-20T19:49:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T17:31:21.000Z (about 9 years ago)
- Last Synced: 2024-10-31T07:05:38.514Z (2 months ago)
- Language: Smalltalk
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DesktopsManager
A desktop manager that allows to have multiple desktops in the Pharo environment.## Install it
~~~
Metacello new
baseline: 'DesktopsManager';
repository: 'github://juliendelplanque/desktopsmanager/repository';
load.
~~~## Use it
Once you installed this package using the precedent code snippet, it can be used directly!Open some windows inside Pharo (if there is none opened yet) and use *Ctrl+Shift+j* to
switch to the next desktop which is empty.Use *Ctrl+Shift+k* to come back to the precedent desktop.
### Notes
- You can create a new desktop (by pressing *Ctrl+Shift+j* only if the current desktop
is not empty (ie there is at least one window open).- The DesktopManager will automatically remove empty desktops.
- Implicitly, the number of desktop is dynamic.
- There is a DesktopMorph on bottom-right of the screen that show at which number you are
actually looking.- The taskbar will display tasks from all desktops.