Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxle5 committed Sep 24, 2023
1 parent d487b5d commit 86d7ae7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 333 deletions.
4 changes: 4 additions & 0 deletions GlazeWM.App/Resources/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,7 @@ keybindings:
binding: "Alt+Shift+8"
- commands: ["move to workspace 9", "focus workspace 9"]
bindings: ["Alt+Shift+9"]

# Inspect the current window
- command: "inspect"
binding: "Alt+Shift+I"
15 changes: 0 additions & 15 deletions GlazeWM.Domain/GlazeWM.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,4 @@
<ItemGroup>
<ProjectReference Include="..\GlazeWM.Infrastructure\GlazeWM.Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>
63 changes: 0 additions & 63 deletions GlazeWM.Domain/Properties/Resources.Designer.cs

This file was deleted.

120 changes: 0 additions & 120 deletions GlazeWM.Domain/Properties/Resources.resx

This file was deleted.

15 changes: 0 additions & 15 deletions GlazeWM.Domain/Windows/Inspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,5 @@ public Inspector()
MinimizeBox = false;
FormBorderStyle = FormBorderStyle.FixedSingle;
}

private void titleCopyButton_Click(object sender, System.EventArgs e)
{
Clipboard.SetText(titleValue.Text);
}

private void classNameCopyButton_Click(object sender, System.EventArgs e)
{
Clipboard.SetText(classNameValue.Text);
}

private void processNameCopyButton_Click(object sender, System.EventArgs e)
{
Clipboard.SetText(processNameValue.Text);
}
}
}
120 changes: 0 additions & 120 deletions GlazeWM.Domain/Windows/Inspector.resx

This file was deleted.

0 comments on commit 86d7ae7

Please sign in to comment.