mirror of
https://github.com/peter-tanner/wmctrl-for-windows.git
synced 2024-11-30 11:10:16 +08:00
Adding binary
This commit is contained in:
parent
dfc9bb59fe
commit
b01bb8d7cf
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
*.exe
|
wmctrl.exe
|
||||||
|
_dev/*.exe
|
||||||
|
|
11
README.md
11
README.md
|
@ -5,7 +5,10 @@ Only few features of the linux tool wmctrl are implemented so far, that is:
|
||||||
- Switch the focus to a given window
|
- Switch the focus to a given window
|
||||||
|
|
||||||
The program is written in C-sharp.
|
The program is written in C-sharp.
|
||||||
This repository contains the source code, compatible Mono or Microsoft.
|
This repository contains the latest binary and the source code (compatible Mono or Microsoft).
|
||||||
|
|
||||||
|
## Binaries
|
||||||
|
The latest binary is provided in the folder [_bin](https://github.com/elmanuelito/wmctrl-for-windows/tree/master/_bin)
|
||||||
|
|
||||||
## Features/ usage
|
## Features/ usage
|
||||||
|
|
||||||
|
@ -18,6 +21,10 @@ options:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Compilation
|
||||||
|
Compile (using Mono or Miscrosoft Visual Studio tools).
|
||||||
|
You can use the Makefile provided in this repository.
|
||||||
|
(You need csc.exe or mcs.exe in your system path)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Compile.
|
|
||||||
Put the exe file somewhere in your system path.
|
Put the exe file somewhere in your system path.
|
||||||
|
|
BIN
_bin/wmctrl.exe
Normal file
BIN
_bin/wmctrl.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user