URI: 
       xembed.1 - tabbed - tab interface for application supporting Xembed
  HTML git clone git://git.suckless.org/tabbed
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       xembed.1 (804B)
       ---
            1 .TH XEMBED 1 tabbed\-VERSION
            2 .SH NAME
            3 xembed \- XEmbed foreground process
            4 .SH SYNOPSIS
            5 .B xembed
            6 .I flag command
            7 .RI [ "argument ..." ]
            8 .SH DESCRIPTION
            9 If the environment variable XEMBED is set, and
           10 .B xembed
           11 is in the foreground of its controlling tty, it will execute
           12 .IP
           13 command flag $XEMBED [argument ...]
           14 .LP
           15 Otherwise it will execute
           16 .IP
           17 command [argument ...]
           18 .LP
           19 .SH EXAMPLE
           20 In a terminal emulator within a
           21 .B tabbed
           22 session, the shell alias
           23 .IP
           24 $ alias surf='xembed -e surf'
           25 .LP
           26 will cause `surf' to open in a new tab, unless it is run in the background,
           27 i.e. `surf &', in which case it will instead open in a new window.
           28 .SH AUTHORS
           29 See the LICENSE file for the authors.
           30 .SH LICENSE
           31 See the LICENSE file for the terms of redistribution.
           32 .SH SEE ALSO
           33 .BR tabbed (1)
           34 .SH BUGS
           35 Please report them.