From 216d26af464e9d2fb9bee5af5f77a4848156bd17 Mon Sep 17 00:00:00 2001 From: lkxed Date: Sat, 20 Aug 2022 21:24:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=89=8B=E5=8A=A8=E9=80=89=E9=A2=98][tech]:?= =?UTF-8?q?=2020220819=20How=20to=20Create=20and=20Switch=20Workspaces=20i?= =?UTF-8?q?n=20Linux=20Mint.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ate and Switch Workspaces in Linux Mint.md | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 sources/tech/20220819 How to Create and Switch Workspaces in Linux Mint.md diff --git a/sources/tech/20220819 How to Create and Switch Workspaces in Linux Mint.md b/sources/tech/20220819 How to Create and Switch Workspaces in Linux Mint.md new file mode 100644 index 0000000000..bfd8b9b3f6 --- /dev/null +++ b/sources/tech/20220819 How to Create and Switch Workspaces in Linux Mint.md @@ -0,0 +1,84 @@ +[#]: subject: "How to Create and Switch Workspaces in Linux Mint" +[#]: via: "https://itsfoss.com/workspaces-linux-mint/" +[#]: author: "Abhishek Prakash https://itsfoss.com/" +[#]: collector: "lkxed" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +How to Create and Switch Workspaces in Linux Mint +====== +Workspaces are a nice, neat way to organize your work. + +Suppose you have too many applications open. Your taskbar will be cluttered and it might be difficult for you to find/move between different programs. + +Workspaces come in handy in this situation. You can group applications in different workspaces. So, let’s say you have many programming-related applications opened. And you are also working on documentation. + +You can organize them in separate workspaces. Click and drag an application window and it should show the option for moving the application to a different workspace. + +This will ease your work in a more organized way and will save some time as well as frustration. + +Sounds good? Let me show you how to create workspaces in Linux Mint with [Cinnamon][1] and switch between them. + +### Create new workspaces + +Creating or accessing a workspace in Linux Mint is easy. Just press `CTRL + ALT+ UP`. It will show you a screen like the one below. + +Just click on the + sign on the right side to add a new workspace other than the default 4. + +![Workspace Overview in Linux Mint][2] + +The workspaces in Linux Mint are persistent. Once created, these workspaces will always be there, even after the next boot. + +### Switching between workspaces + +There are two ways to access the workspaces and switch between them. + +* Use Ctrl+Alt+Up arrow key and bring all the workspaces and then move between them using the arrow key or the mouse itself. +* Use the hot corner and move the mouse in the top left corner. + +By default, the Hot Corner feature is disabled in the latest releases of Linux Mint. + +To enable Hot Corner to switch between workspaces, you should go to the System Settings and select **Hot Corners** option. + +![Hot Corners Option in System Settings][3] + +Now, enable the top left corner by toggling the button. By default, this corner is dedicated to show all workspace (you can change that as well). + +![Show All Workspaces in Top Left Corner][4] + +You can now access the workspaces grid by hovering over the top left corner. + +Also, if you want, you can add new workspaces by pressing the **+** symbol on the right. Or rename existing workspaces by clicking on the name according to your need. + +![Workspace Overview Accessible from Top Left Corner][5] + +### Delete a workspace + +You can in fact create several workspaces by clicking the + sign. In case you want to delete a workspace, click on the **X** sign on the top right of a workspace while hovering over it. + +![Delete a Workspace][6] + +I hope this quick post helped you to create a workspace in Linux Mint. Do you use workspaces frequently? Let us know your views on workspaces. Meanwhile, you may also check a post on [things to do after installing Linux Mint 20][7]. + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/workspaces-linux-mint/ + +作者:[Abhishek Prakash][a] +选题:[lkxed][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/ +[b]: https://github.com/lkxed +[1]: https://itsfoss.com/quickly-fix-broken-unity-installing-cinnamon-20-ubuntu-1310/ +[2]: https://itsfoss.com/wp-content/uploads/2022/08/workspace-overview-in-linux-mint.png +[3]: https://itsfoss.com/wp-content/uploads/2022/08/hot-corners-option-in-system-settings.png +[4]: https://itsfoss.com/wp-content/uploads/2022/08/show-all-workspaces-in-top-left-corner.png +[5]: https://itsfoss.com/wp-content/uploads/2022/08/workspace-overview-accessible-from-top-left-corner-1.png +[6]: https://itsfoss.com/wp-content/uploads/2022/08/delete-a-workspace.png +[7]: https://itsfoss.com/things-to-do-after-installing-linux-mint-20/