summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-02-13 19:57:55 +0100
committerDaniel Carl <danielcarl@gmx.de>2013-02-13 19:57:55 +0100
commit7a1ac793e28e41db1d1b5c92784ee0e795a21f72 (patch)
tree663d1992bd8dabe658649709fd33bf5bda3c27c6 /src/command.h
parent4e95f2c01fad1dc5171e664d3cfcc01a6f1406ce (diff)
Allow to open the clipboard content as uri.
There are two new keybindings to open the clipboards content in current window (p) and into a new window (P).
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 9e0ee2a..cd9a15a 100644
--- a/src/command.h
+++ b/src/command.h
@@ -57,6 +57,7 @@ gboolean command_inspect(const Arg* arg);
gboolean command_hints(const Arg* arg);
gboolean command_hints_focus(const Arg* arg);
gboolean command_yank(const Arg* arg);
+gboolean command_paste(const Arg* arg);
gboolean command_search(const Arg* arg);
#endif /* end of include guard: COMMAND_H */