Skip to content

Commit

Permalink
tweak window title search pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
22a committed Feb 25, 2018
1 parent 2710331 commit 0185737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/relay/message_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ defmodule Relay.MessageHandler do
end

defp emulate_key(key_code) do
System.cmd("xdotool", ["search", "--name", "twitchplaysvim", "key", key_code])
System.cmd("xdotool", ["search", "--name", "vim", "key", key_code])
end
end

0 comments on commit 0185737

Please sign in to comment.