I'm on Lubuntu 14.04 and using it on a bootable USB drive. How do I add more workspaces? Right now there are two workspaces, but those were there by default. Do I have to download additional software to manage the workspaces?
Asked
Active
Viewed 2.3k times
4 Answers
32
Yes, you can add more workspaces!
Follow this steps:
- Click on the "Lubuntu" icon in the bottom of the screen;
- Set Preferences>>Openbox Configuration Manager
- On the new window opened, click on "Desktop" option;
- On the field labeled "Number of desktops" you can choose how many workspaces do you need.
- After all, just close the window.
Good luck, man!
André Marinho
- 910
- 9
- 23
7
I use this command:
wmctrl -n 4
it means: Make 4 desktops. Read man page for more info. It is quite useful program.
xerostomus
- 1,060
1
Add ppa:geod/ppa-geod to your Software sources then:
sudo apt-get install indicator-workspaces
Start managing workspaces from indicator-workspaces
kostandinangjellari
- 1,123
0
Start command line (or hit on alt-F2) and enter "obconf" (without quotations). Click on "Desktops" and choose the number of desktops that you want. In addition, by double clicking Desktops name, you can rename Desktops as desired.
Yonatan
- 9