kakoune/rc/windowing
Matthew Forrester c9d50660f1 rc repl x11: allow arg for repl send & refocus kak
tmux-send-text allows sending an argument, when supplied the argument
will be sent to the REPL instead of the current selection.

tmux-send-text also keeps kak focussed, which does not happen in the x11
variant as it uses xdotool to switch window.

this patch allows:

 * Passing an argument to x11-send-text, so that value will be sent
 instead of the current selection.
 * We capture the window id of the current (presumably kak window)
 before we use xdotool to switch window. We can therefore switch back to
 kak afterwards (which we do)
2021-01-16 15:57:32 +00:00
..
repl rc repl x11: allow arg for repl send & refocus kak 2021-01-16 15:57:32 +00:00
detection.kak Implement smarter detection of windowing environments. 2020-07-05 22:48:31 +10:00
iterm.kak Fix syntax errors. 2020-07-06 14:55:54 +03:00
kitty.kak Fix syntax errors. 2020-07-06 14:55:54 +03:00
new-client.kak Add categories in rc/ 2019-03-21 01:06:16 +01:00
screen.kak Fix syntax errors. 2020-07-06 14:55:54 +03:00
tmux.kak tmux-focus: Add support for focusing a client on another window. 2020-12-28 23:04:00 +08:00
x11.kak rc/x11: failure message when some external tools are missing 2020-07-28 20:32:56 +02:00