Skip to content

Commit

Permalink
v1.0.10 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
mzomparelli committed Apr 4, 2017
1 parent ce444e9 commit 9123a91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,19 @@ Pin/Unpin Windows:
Pin/Unpin Applications:
<kbd>WIN</kbd>+<kbd>ALT</kbd>+<kbd>A</kbd>

__What is the difference between pin app and pin window?__
An easy way to imagine this is if you use `pin window` on a chrome browser window,
only that window will be visible on all desktops. Any other chrome windows would
stay on a single desktop. If you were to `pin application` on a chrome window then
all chrome windows would show up on all desktops. This includes new chrome windows.

__System Tray Icon:__
Choose from several sets of icons on the settings window.
The icons indicate which desktop you are viewing.
![](https://github.com/mzomparelli/zVirtualDesktop/blob/master/Icons.png?raw=true)

Make your own icons and attach them to an issue then I will add them to the program.
Download the current icons alter ones you like. I ask that you come up with a name for your icon theme.
Download the current icons and alter ones you like. I ask that you come up with a name for your icon theme.
![Icons.zip](https://github.com/mzomparelli/zVirtualDesktop/blob/master/zVirtualDesktop/Icons.zip?raw=true)

__Wallpapers:__
Expand Down
2 changes: 1 addition & 1 deletion zVirtualDesktop/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static void Main()
}

public static frmMain MainForm;
public const string version = "1.0.10p";
public const string version = "1.0.10";

public static IsolatedStorageFile storage = IsolatedStorageFile.GetUserStoreForAssembly();
public static List<string> WallpaperStyles = new List<string>();
Expand Down
Binary file modified zVirtualDesktop/bin/Release/zVirtualDesktop.zip
Binary file not shown.

0 comments on commit 9123a91

Please sign in to comment.