Compiled wslbridge, updated Conemu to point to it

This commit is contained in:
Alex Berry 2019-07-15 22:09:23 +01:00
parent 1c4857ee8a
commit b9046c17f1
4 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,10 @@
# Conemu config # Conemu config
Pre-reqs
* Install conemu
* Install cygwin (no packages needed)
* Copy contents of wslbridge folder to c:\cygwin64\bin\
This is a working conemu config. It contains some of the following modifications: This is a working conemu config. It contains some of the following modifications:
* Guake-style drop down enabled on Alt+Space * Guake-style drop down enabled on Alt+Space
@ -9,6 +14,3 @@ This is a working conemu config. It contains some of the following modifications
* Settings menu accessible with Alt+Ctrl+Space * Settings menu accessible with Alt+Ctrl+Space
* ConEmu does not close on last tab closing * ConEmu does not close on last tab closing
* New tab shortcut configured as Windows+N * New tab shortcut configured as Windows+N
Stuff that doesn't work...
* Vim is broken! Needs wslbridge to fix I think.

View File

@ -605,14 +605,14 @@
</key> </key>
<key name="Tasks" modified="2019-07-15 21:26:53" build="190714"> <key name="Tasks" modified="2019-07-15 21:26:53" build="190714">
<value name="Count" type="long" data="10"/> <value name="Count" type="long" data="10"/>
<key name="Task1" modified="2019-07-15 21:26:53" build="190714"> <key name="Task1" modified="2019-07-15 22:07:40" build="190714">
<value name="Name" type="string" data="{Shells::Ubuntu}"/> <value name="Name" type="string" data="{Shells::Ubuntu}"/>
<value name="Flags" type="dword" data="00000005"/> <value name="Flags" type="dword" data="00000005"/>
<value name="Hotkey" type="dword" data="00000000"/> <value name="Hotkey" type="dword" data="00000000"/>
<value name="GuiArgs" type="string" data=""/> <value name="GuiArgs" type="string" data=""/>
<value name="Active" type="long" data="0"/> <value name="Active" type="long" data="0"/>
<value name="Count" type="long" data="1"/> <value name="Count" type="long" data="1"/>
<value name="Cmd1" type="string" data="ubuntu"/> <value name="Cmd1" type="string" data="c:\cygwin64\bin\wslbridge.exe -C /home/alex -l"/>
</key> </key>
<key name="Task2" modified="2019-07-15 21:26:53" build="190714"> <key name="Task2" modified="2019-07-15 21:26:53" build="190714">
<value name="Name" type="string" data="{Shells::cmd}"/> <value name="Name" type="string" data="{Shells::cmd}"/>

BIN
wslbridge/wslbridge-backend Normal file

Binary file not shown.

BIN
wslbridge/wslbridge.exe Normal file

Binary file not shown.