Vizualizare sarcini

Virtual Desktop Tips and Tricks for Windows 10

Virtual Desktop Tips and Tricks for Windows 10

Virtual Desktops are a feature typical to Windows 10 in which one can open multiple desktops at the same time and toggle between them using the 'Task View' option. The previous versions of Windows did not have this option.

Task View is a virtual desktop manager for Windows 10 and is launched, when you click on its button, next to the Search bar on the taskbar. Using this feature, you can create different arrangements of your running apps and open programs. You can create new Desktops, open different apps in each, work in each or any of them whenever you want, close the opened desktops when you finish work, etc. You can switch between applications, and you can also move an application from one desktop to another. This post will show you how to use Virtual Desktops in Windows 10.

While Virtual Desktops are very helpful for multitasking, a few tips and tricks could make things easier.

Virtual Desktop Tips & Tricks

1] Use a 'Current Desktop' indicator

When toggling between desktops on the task view, while it indicates the desktop number, it is still confusing to know which desktop you are currently using. This isn't a problem with Linux, on which one can easily find out using a tray indicator. But there is no such option on Windows 10.

Since an indicator is not available for Windows by default, a workaround could be used. Check the VirtualDesktopManager project on GitHub. Sign in to Github and click 'clone or download' on the top right. The software can be used as soon as the file is unzipped. Just double-click on the file VirtualDesktopManager.exe, and it will appear as an icon in the system tray. The icon will show the exact virtual desktop number you are working on.

You could also set the application to default in the task manager so that it doesn't have to be launched every time you start the system.

2] Use the precision touchpad

For laptops that have the precision touchpad, it could be used to swipe between the Virtual Desktops. The 2-finger touch helps with the same. To check if you have a precision touchpad, open the settings window by clicking on start > settings. Select the 'mouse and touch-pad' tab and it would mention if your device has a precision touchpad.

3] Organize your Virtual Desktops by functionality

One question is why use Virtual Desktops at all? Various applications could remain pen and accessed as different tabs at the Taskbar at the bottom of the screen. Perhaps the best reason would be to organize work and avoid distractions. Eg. If I was to multi-task, I would open my work accounts on one Virtual Desktop, music on the second one and blogs on the third.

4] Launching a directory on a Virtual Desktop separately

This application called VDesk that is available as a command-line utility that could be very helpful in launching directories on Virtual Desktops. It could be downloaded from Github here. Again, this software doesn't need to be installed. Once downloaded and extracted, the user can launch directories in virtual desktops using a command line in the command prompt. The syntax of the command line to launch would be as follows:

vdesk [The Virtual Desktop Number] [Name of application/directory]

Eg. To open Wordpad in Virtual Desktop number 2, the command line would be as follows:

vdesk 2 wordpad

If the Virtual Desktop number is omitted, the application will open a new Virtual Desktop itself.

Eg. The command vdesk wordpad will open Wordpad as a new desktop.

TIP: See how you can move windows across Virtual Desktops on Windows 10.

5] Using keyboard shortcuts

While we know that we can switch between Virtual Desktops using the mouse, it becomes cumbersome as the number of Virtual Desktops increases. Thus, keyboard shortcuts would be very helpful in easing the job. Keyboard shortcuts make it easier to add, remove and switch between the Virtual Desktops. The keyboard shortcuts for Virtual Desktops are as follows:

6] Setting a different wallpaper for every virtual desktop

While the system tray indicator is a good option to find out which virtual desktop we are using, a more convenient method would be to allot a different wallpaper to every desktop. This way, the user could check the screen he is working on instantly.

As of present, there is no inbuilt functionality in Windows to set different wallpapers for different Virtual Desktops. So, we could use this third-party tool called VirtualDesktop on CodeProject and download the file. It is a free app, and no installation is needed. Simply download and extract the folder and the application is ready to use. However, the user would have to make a CodeProject account and login to it.

Hope this helps!

Cum se folosește Xdotool pentru a stimula clicurile și tastele mouse-ului în Linux
Xdotool este un instrument de linie de comandă gratuit și open source pentru simularea clicurilor și a apăsărilor de mouse. Acest articol va acoperi u...
Top 5 produse ergonomice pentru mouse de calculator pentru Linux
Utilizarea prelungită a computerului vă provoacă dureri la încheietura mâinii sau la degete? Suferați de articulații rigide și trebuie să vă dați mâin...
How to Change Mouse and Touchpad Settings Using Xinput in Linux
Most Linux distributions ship with “libinput” library by default to handle input events on a system. It can process input events on both Wayland and X...