diff options
Diffstat (limited to 'x11/py-i3-quickterm/pkg-message')
-rw-r--r-- | x11/py-i3-quickterm/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/py-i3-quickterm/pkg-message b/x11/py-i3-quickterm/pkg-message new file mode 100644 index 000000000000..f051200c5e37 --- /dev/null +++ b/x11/py-i3-quickterm/pkg-message @@ -0,0 +1,16 @@ +[ +{ type: install + message: <<EOM +quickterm will work without any configuration, so long as you add a +typical i3 binding: + +# just pop standard shell +bindsym $mod+b exec i3-quickterm shell +# with prompt for shells +bindsym $mod+p exec i3-quickterm + +Further configuration can be done via ~/.config/i3/i3-quickterm.json, +see README.md for further details. +EOM +} +] |