aboutsummaryrefslogtreecommitdiff
path: root/x11/py-i3-quickterm/pkg-message
blob: f051200c5e371f2c76b387562c510a9fea836de6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
]